123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438 |
- <?php
- $code = array
- (
- 1 => '用户ID',
- 2 => '随机数字',
- 3 => '随机数字+字母',
- );
- $act_code = array
- (
- 1 => '显示',
- 2 => '不显示',
- );
- return array
- (
- # 表名
- 'name' => 'config',
- # 显示给用户看的名称
- 'lang' => '基本配置',
- 'order' => 1,
- # 数据结构
- 'struct' => array
- (
- 'id' => array
- (
- 'type' => 'int-11',
- 'name' => '系统ID',
- 'default' => '',
- 'desc' => '',
- 'match' => 'is_numeric',
- ),
-
- 'hr1' => array
- (
- 'name' => '基本信息',
- 'class' => '',//本项必须填写
- 'attr' => '',
- ),
-
-
- 'name' => array
- (
- 'type' => 'varchar-32',
- 'name' => '系统名称',
- 'default' => '',
- 'desc' => '请输入系统名称',
- 'match' => 'is_string',
- 'update' => 'text',
- ),
-
- 'info' => array
- (
- 'type' => 'text-255',
- 'name' => '系统介绍',
- 'default' => '',
- 'desc' => '请输入系统介绍',
- 'match' => 'option',
- 'update' => 'textarea',
- ),
- 'edate' => array
- (
- 'type' => 'int-11',
- 'name' => '产品有效期-直接填写天数即可,如果产品中也填写了有效期,该参数将失效',
- 'default' => '180',
- 'match' => 'option',
- 'desc' => '产品有效期',
- 'update' => 'text',
- ),
- 'shop_pic' => array
- (
- 'type' => 'varchar-200',
- 'name' => '店铺图片',
- 'default' => '',
- 'desc' => '店铺图片',
- 'match' => 'option',
- 'update' => 'image',
- 'key' => 1,
- ),
-
- 'hr9' => array
- (
- 'name' => '弹窗设置',
- 'class' => '',//本项必须填写
- 'attr' => '',
- ),
-
- 'tc_title' => array
- (
- 'type' => 'varchar-200',
- 'name' => '弹窗标题',
- 'default' => '',
- 'desc' => '弹窗标题',
- 'match' => 'option',
- 'update' => 'text',
- ),
-
- 'tc_pic' => array
- (
- 'type' => 'varchar-200',
- 'name' => '弹窗图片',
- 'default' => '',
- 'desc' => '弹窗图片',
- 'match' => 'option',
- 'update' => 'image',
- 'key' => 1,
- ),
- 'hr2' => array
- (
- 'name' => '关联设置',
- 'class' => '',//本项必须填写
- 'attr' => '',
- ),
-
- 'article' => array
- (
- 'type' => 'varchar-200',
- 'name' => '公众号链接-引导关注公众号',
- 'default' => '',
- 'desc' => '公众号链接',
- 'match' => 'option',
- 'update' => 'textarea',
- ),
-
- 'task_id' => array
- (
- 'type' => 'varchar-800',
- 'name' => '软装任务链接',
- 'default' => '',
- 'desc' => '软装任务链接',
- 'match' => 'option',
- 'update' => 'textarea',
- ),
- 'hr3' => array
- (
- 'name' => '服务介绍',
- 'class' => '',//本项必须填写
- 'attr' => '',
- ),
-
- 'desc_name' => array
- (
- 'type' => 'varchar-200',
- 'name' => '介绍标题-首页服务介绍',
- 'default' => '',
- 'desc' => '介绍标题',
- 'match' => 'option',
- 'update' => 'text',
- ),
-
- 'desc_content' => array
- (
- 'type' => 'text-255',
- 'name' => '介绍内容-首页服务介绍',
- 'default' => '',
- 'desc' => '介绍内容',
- 'match' => 'option',
- 'update' => 'textarea',
- ),
- 'flow_name' => array
- (
- 'type' => 'varchar-200',
- 'name' => '服务流程标题-首页服务流程',
- 'default' => '',
- 'desc' => '服务流程标题',
- 'match' => 'option',
- 'update' => 'text',
- ),
- /*
- 'flow_content' => array
- (
- 'type' => 'text-1000',
- 'name' => '服务流程内容',
- 'default' => '',
- 'desc' => '服务流程内容',
- 'match' => 'option',
- 'update' => array
- (
- array
- (
- 'col' => 'name',
- 'name' => '流程名称',
- 'default' => '',
- 'desc' => '流程名称',
- 'match' => 'is_string',
- 'update' => 'text',
- ),
- /*
- array
- (
- 'col' => 'icon',
- 'name' => '流程图标',
- 'default' => '',
- 'desc' => '流程图标',
- 'match' => 'is_string',
- 'update' => 'image',
- 'key' => '1',
- ),
-
- ),
- ),
- */
- 'video_content' => array
- (
- 'type' => 'text-255',
- 'name' => '视频页介绍',
- 'default' => '',
- 'desc' => '视频页介绍',
- 'match' => 'option',
- 'update' => 'textarea',
- ),
- 'hr4' => array
- (
- 'name' => '代采服务',
- 'class' => '',//本项必须填写
- 'attr' => '',
- ),
- 'service_name' => array
- (
- 'type' => 'varchar-800',
- 'name' => '代采服务标题',
- 'default' => '',
- 'desc' => '代采服务标题',
- 'match' => 'option',
- 'update' => 'text',
- ),
- 'service_desc' => array
- (
- 'type' => 'varchar-800',
- 'name' => '代采服务介绍',
- 'default' => '',
- 'desc' => '代采服务介绍',
- 'match' => 'option',
- 'update' => 'textarea',
- ),
- 'service_link' => array
- (
- 'type' => 'varchar-800',
- 'name' => '代采服务链接',
- 'default' => '',
- 'desc' => '代采服务链接',
- 'match' => 'option',
- 'update' => 'textarea',
- ),
- 'wechat' => array
- (
- 'type' => 'varchar-100',
- 'name' => '客服微信号',
- 'default' => 'jiazhi-001',
- 'desc' => '客服微信号',
- 'match' => 'option',
- 'update' => 'text',
- ),
- 'hr5' => array
- (
- 'name' => '参与活动',
- 'class' => '',//本项必须填写
- 'attr' => '',
- ),
- 'act_show' => array
- (
- 'type' => 'int-11',
- 'name' => '是否显示参与活动卡片',
- 'default' => '1',
- 'desc' => '参与活动',
- 'match' => 'option',
- 'update' => 'radio',
- 'option' => $act_code,
- 'control' => 'act_show',
- ),
- 'act_show_button' => array
- (
- 'type' => 'int-11',
- 'name' => '是否显示参与活动按钮',
- 'default' => '1',
- 'desc' => '参与活动',
- 'match' => 'option',
- 'update' => 'radio',
- 'option' => $act_code,
- 'show' => 'act_show=1',
- ),
- 'act_name' => array
- (
- 'type' => 'varchar-800',
- 'name' => '参与活动标题',
- 'default' => '',
- 'desc' => '参与活动标题',
- 'match' => 'option',
- 'update' => 'text',
- 'show' => 'act_show=1',
- ),
- 'act_desc' => array
- (
- 'type' => 'varchar-800',
- 'name' => '参与活动介绍',
- 'default' => '',
- 'desc' => '参与活动介绍',
- 'match' => 'option',
- //'update' => 'textarea',
- 'show' => 'act_show=1',
- ),
- 'act_link' => array
- (
- 'type' => 'varchar-800',
- 'name' => '参与活动链接',
- 'default' => '',
- 'desc' => '参与活动链接',
- 'match' => 'option',
- 'update' => 'textarea',
- 'show' => 'act_show=1',
- ),
- 'act_code' => array
- (
- 'type' => 'int-11',
- 'name' => '是否显示兑换码按钮',
- 'default' => '1',
- 'desc' => '是否显示兑换码按钮',
- 'match' => 'option',
- 'update' => 'radio',
- 'option' => $act_code,
- 'show' => 'act_show=1',
- ),
- 'about_show' => array
- (
- 'type' => 'int-11',
- 'name' => '是否显示关于家芝卡片',
- 'default' => '1',
- 'desc' => '是否显示关于家芝卡片',
- 'match' => 'option',
- 'update' => 'radio',
- 'option' => $act_code,
- 'control' => 'about_show',
- ),
- 'about_name' => array
- (
- 'type' => 'varchar-255',
- 'name' => '关于家芝标题',
- 'default' => '',
- 'desc' => '关于家芝介绍',
- 'match' => 'option',
- 'update' => 'text',
- 'show' => 'about_show=1',
- ),
- 'about' => array
- (
- 'type' => 'text-255',
- 'name' => '关于家芝内容',
- 'default' => '',
- 'desc' => '关于家芝介绍',
- 'match' => 'option',
- 'update' => 'textarea',
- 'show' => 'about_show=1',
- ),
- 'notice' => array
- (
- 'type' => 'text-255',
- 'name' => '反馈清单中的提示设置',
- 'default' => '',
- 'desc' => '提示设置',
- 'match' => 'option',
- 'update' => 'editor',
- //'list' => true,
- //'option' => $products,
- ),
- /*
- 'question_content' => array
- (
- 'type' => 'text-255',
- 'name' => '问卷介绍',
- 'default' => '',
- 'desc' => '问卷介绍',
- 'match' => 'option',
- 'update' => 'editor',
- ),
- */
- 'cdate' => array
- (
- 'type' => 'int-11',
- 'name' => '录入时间',
- 'match' => array('is_numeric', time()),
- 'desc' => '',
- # 只有insert时才生效
- 'insert' => true,
- ),
- ),
- 'default' => array
- (
- 'col' => 'name,info,cdate',
- 'value' => array
- (
- '"家芝服务","看视频,学软装,小家里有大世界。",' . time(),
- ),
- ),
- 'alter' => array
- (
- 2 => array
- (
- array('update', 'task_id', 'task_id', 'varchar-800 软装任务链接'),
- //array('add', 'config', 'config', 'int-11 1 配置'),
- ),
- 'version' => 2,
- ),
- 'manage' => array
- (
- # 后台管理不要列表页
- 'list' => 'update',
- ),
- );
|