config.php 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438
  1. <?php
  2. $code = array
  3. (
  4. 1 => '用户ID',
  5. 2 => '随机数字',
  6. 3 => '随机数字+字母',
  7. );
  8. $act_code = array
  9. (
  10. 1 => '显示',
  11. 2 => '不显示',
  12. );
  13. return array
  14. (
  15. # 表名
  16. 'name' => 'config',
  17. # 显示给用户看的名称
  18. 'lang' => '基本配置',
  19. 'order' => 1,
  20. # 数据结构
  21. 'struct' => array
  22. (
  23. 'id' => array
  24. (
  25. 'type' => 'int-11',
  26. 'name' => '系统ID',
  27. 'default' => '',
  28. 'desc' => '',
  29. 'match' => 'is_numeric',
  30. ),
  31. 'hr1' => array
  32. (
  33. 'name' => '基本信息',
  34. 'class' => '',//本项必须填写
  35. 'attr' => '',
  36. ),
  37. 'name' => array
  38. (
  39. 'type' => 'varchar-32',
  40. 'name' => '系统名称',
  41. 'default' => '',
  42. 'desc' => '请输入系统名称',
  43. 'match' => 'is_string',
  44. 'update' => 'text',
  45. ),
  46. 'info' => array
  47. (
  48. 'type' => 'text-255',
  49. 'name' => '系统介绍',
  50. 'default' => '',
  51. 'desc' => '请输入系统介绍',
  52. 'match' => 'option',
  53. 'update' => 'textarea',
  54. ),
  55. 'edate' => array
  56. (
  57. 'type' => 'int-11',
  58. 'name' => '产品有效期-直接填写天数即可,如果产品中也填写了有效期,该参数将失效',
  59. 'default' => '180',
  60. 'match' => 'option',
  61. 'desc' => '产品有效期',
  62. 'update' => 'text',
  63. ),
  64. 'shop_pic' => array
  65. (
  66. 'type' => 'varchar-200',
  67. 'name' => '店铺图片',
  68. 'default' => '',
  69. 'desc' => '店铺图片',
  70. 'match' => 'option',
  71. 'update' => 'image',
  72. 'key' => 1,
  73. ),
  74. 'hr9' => array
  75. (
  76. 'name' => '弹窗设置',
  77. 'class' => '',//本项必须填写
  78. 'attr' => '',
  79. ),
  80. 'tc_title' => array
  81. (
  82. 'type' => 'varchar-200',
  83. 'name' => '弹窗标题',
  84. 'default' => '',
  85. 'desc' => '弹窗标题',
  86. 'match' => 'option',
  87. 'update' => 'text',
  88. ),
  89. 'tc_pic' => array
  90. (
  91. 'type' => 'varchar-200',
  92. 'name' => '弹窗图片',
  93. 'default' => '',
  94. 'desc' => '弹窗图片',
  95. 'match' => 'option',
  96. 'update' => 'image',
  97. 'key' => 1,
  98. ),
  99. 'hr2' => array
  100. (
  101. 'name' => '关联设置',
  102. 'class' => '',//本项必须填写
  103. 'attr' => '',
  104. ),
  105. 'article' => array
  106. (
  107. 'type' => 'varchar-200',
  108. 'name' => '公众号链接-引导关注公众号',
  109. 'default' => '',
  110. 'desc' => '公众号链接',
  111. 'match' => 'option',
  112. 'update' => 'textarea',
  113. ),
  114. 'task_id' => array
  115. (
  116. 'type' => 'varchar-800',
  117. 'name' => '软装任务链接',
  118. 'default' => '',
  119. 'desc' => '软装任务链接',
  120. 'match' => 'option',
  121. 'update' => 'textarea',
  122. ),
  123. 'hr3' => array
  124. (
  125. 'name' => '服务介绍',
  126. 'class' => '',//本项必须填写
  127. 'attr' => '',
  128. ),
  129. 'desc_name' => array
  130. (
  131. 'type' => 'varchar-200',
  132. 'name' => '介绍标题-首页服务介绍',
  133. 'default' => '',
  134. 'desc' => '介绍标题',
  135. 'match' => 'option',
  136. 'update' => 'text',
  137. ),
  138. 'desc_content' => array
  139. (
  140. 'type' => 'text-255',
  141. 'name' => '介绍内容-首页服务介绍',
  142. 'default' => '',
  143. 'desc' => '介绍内容',
  144. 'match' => 'option',
  145. 'update' => 'textarea',
  146. ),
  147. 'flow_name' => array
  148. (
  149. 'type' => 'varchar-200',
  150. 'name' => '服务流程标题-首页服务流程',
  151. 'default' => '',
  152. 'desc' => '服务流程标题',
  153. 'match' => 'option',
  154. 'update' => 'text',
  155. ),
  156. /*
  157. 'flow_content' => array
  158. (
  159. 'type' => 'text-1000',
  160. 'name' => '服务流程内容',
  161. 'default' => '',
  162. 'desc' => '服务流程内容',
  163. 'match' => 'option',
  164. 'update' => array
  165. (
  166. array
  167. (
  168. 'col' => 'name',
  169. 'name' => '流程名称',
  170. 'default' => '',
  171. 'desc' => '流程名称',
  172. 'match' => 'is_string',
  173. 'update' => 'text',
  174. ),
  175. /*
  176. array
  177. (
  178. 'col' => 'icon',
  179. 'name' => '流程图标',
  180. 'default' => '',
  181. 'desc' => '流程图标',
  182. 'match' => 'is_string',
  183. 'update' => 'image',
  184. 'key' => '1',
  185. ),
  186. ),
  187. ),
  188. */
  189. 'video_content' => array
  190. (
  191. 'type' => 'text-255',
  192. 'name' => '视频页介绍',
  193. 'default' => '',
  194. 'desc' => '视频页介绍',
  195. 'match' => 'option',
  196. 'update' => 'textarea',
  197. ),
  198. 'hr4' => array
  199. (
  200. 'name' => '代采服务',
  201. 'class' => '',//本项必须填写
  202. 'attr' => '',
  203. ),
  204. 'service_name' => array
  205. (
  206. 'type' => 'varchar-800',
  207. 'name' => '代采服务标题',
  208. 'default' => '',
  209. 'desc' => '代采服务标题',
  210. 'match' => 'option',
  211. 'update' => 'text',
  212. ),
  213. 'service_desc' => array
  214. (
  215. 'type' => 'varchar-800',
  216. 'name' => '代采服务介绍',
  217. 'default' => '',
  218. 'desc' => '代采服务介绍',
  219. 'match' => 'option',
  220. 'update' => 'textarea',
  221. ),
  222. 'service_link' => array
  223. (
  224. 'type' => 'varchar-800',
  225. 'name' => '代采服务链接',
  226. 'default' => '',
  227. 'desc' => '代采服务链接',
  228. 'match' => 'option',
  229. 'update' => 'textarea',
  230. ),
  231. 'wechat' => array
  232. (
  233. 'type' => 'varchar-100',
  234. 'name' => '客服微信号',
  235. 'default' => 'jiazhi-001',
  236. 'desc' => '客服微信号',
  237. 'match' => 'option',
  238. 'update' => 'text',
  239. ),
  240. 'hr5' => array
  241. (
  242. 'name' => '参与活动',
  243. 'class' => '',//本项必须填写
  244. 'attr' => '',
  245. ),
  246. 'act_show' => array
  247. (
  248. 'type' => 'int-11',
  249. 'name' => '是否显示参与活动卡片',
  250. 'default' => '1',
  251. 'desc' => '参与活动',
  252. 'match' => 'option',
  253. 'update' => 'radio',
  254. 'option' => $act_code,
  255. 'control' => 'act_show',
  256. ),
  257. 'act_show_button' => array
  258. (
  259. 'type' => 'int-11',
  260. 'name' => '是否显示参与活动按钮',
  261. 'default' => '1',
  262. 'desc' => '参与活动',
  263. 'match' => 'option',
  264. 'update' => 'radio',
  265. 'option' => $act_code,
  266. 'show' => 'act_show=1',
  267. ),
  268. 'act_name' => array
  269. (
  270. 'type' => 'varchar-800',
  271. 'name' => '参与活动标题',
  272. 'default' => '',
  273. 'desc' => '参与活动标题',
  274. 'match' => 'option',
  275. 'update' => 'text',
  276. 'show' => 'act_show=1',
  277. ),
  278. 'act_desc' => array
  279. (
  280. 'type' => 'varchar-800',
  281. 'name' => '参与活动介绍',
  282. 'default' => '',
  283. 'desc' => '参与活动介绍',
  284. 'match' => 'option',
  285. //'update' => 'textarea',
  286. 'show' => 'act_show=1',
  287. ),
  288. 'act_link' => array
  289. (
  290. 'type' => 'varchar-800',
  291. 'name' => '参与活动链接',
  292. 'default' => '',
  293. 'desc' => '参与活动链接',
  294. 'match' => 'option',
  295. 'update' => 'textarea',
  296. 'show' => 'act_show=1',
  297. ),
  298. 'act_code' => array
  299. (
  300. 'type' => 'int-11',
  301. 'name' => '是否显示兑换码按钮',
  302. 'default' => '1',
  303. 'desc' => '是否显示兑换码按钮',
  304. 'match' => 'option',
  305. 'update' => 'radio',
  306. 'option' => $act_code,
  307. 'show' => 'act_show=1',
  308. ),
  309. 'about_show' => array
  310. (
  311. 'type' => 'int-11',
  312. 'name' => '是否显示关于家芝卡片',
  313. 'default' => '1',
  314. 'desc' => '是否显示关于家芝卡片',
  315. 'match' => 'option',
  316. 'update' => 'radio',
  317. 'option' => $act_code,
  318. 'control' => 'about_show',
  319. ),
  320. 'about_name' => array
  321. (
  322. 'type' => 'varchar-255',
  323. 'name' => '关于家芝标题',
  324. 'default' => '',
  325. 'desc' => '关于家芝介绍',
  326. 'match' => 'option',
  327. 'update' => 'text',
  328. 'show' => 'about_show=1',
  329. ),
  330. 'about' => array
  331. (
  332. 'type' => 'text-255',
  333. 'name' => '关于家芝内容',
  334. 'default' => '',
  335. 'desc' => '关于家芝介绍',
  336. 'match' => 'option',
  337. 'update' => 'textarea',
  338. 'show' => 'about_show=1',
  339. ),
  340. 'notice' => array
  341. (
  342. 'type' => 'text-255',
  343. 'name' => '反馈清单中的提示设置',
  344. 'default' => '',
  345. 'desc' => '提示设置',
  346. 'match' => 'option',
  347. 'update' => 'editor',
  348. //'list' => true,
  349. //'option' => $products,
  350. ),
  351. /*
  352. 'question_content' => array
  353. (
  354. 'type' => 'text-255',
  355. 'name' => '问卷介绍',
  356. 'default' => '',
  357. 'desc' => '问卷介绍',
  358. 'match' => 'option',
  359. 'update' => 'editor',
  360. ),
  361. */
  362. 'cdate' => array
  363. (
  364. 'type' => 'int-11',
  365. 'name' => '录入时间',
  366. 'match' => array('is_numeric', time()),
  367. 'desc' => '',
  368. # 只有insert时才生效
  369. 'insert' => true,
  370. ),
  371. ),
  372. 'default' => array
  373. (
  374. 'col' => 'name,info,cdate',
  375. 'value' => array
  376. (
  377. '"家芝服务","看视频,学软装,小家里有大世界。",' . time(),
  378. ),
  379. ),
  380. 'alter' => array
  381. (
  382. 2 => array
  383. (
  384. array('update', 'task_id', 'task_id', 'varchar-800 软装任务链接'),
  385. //array('add', 'config', 'config', 'int-11 1 配置'),
  386. ),
  387. 'version' => 2,
  388. ),
  389. 'manage' => array
  390. (
  391. # 后台管理不要列表页
  392. 'list' => 'update',
  393. ),
  394. );