dialogue.php 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. <?php
  2. $status = Dever::config('base')->status;
  3. $type = array
  4. (
  5. 1 => '文字',
  6. 2 => '图片',
  7. 3 => '音频',
  8. );
  9. $location = array
  10. (
  11. 1 => '显示在左侧',
  12. 2 => '显示在右侧',
  13. );
  14. return array
  15. (
  16. # 表名
  17. 'name' => 'dialogue',
  18. # 显示给用户看的名称
  19. 'lang' => '对话模板',
  20. 'order' => 100,
  21. 'menu' => false,
  22. 'end' => array
  23. (
  24. 'insert' => 'collection/lib/content.updateTypeId',
  25. 'update' => 'collection/lib/content.updateTypeId',
  26. ),
  27. # 数据结构
  28. 'struct' => array
  29. (
  30. 'id' => array
  31. (
  32. 'type' => 'int-11',
  33. 'name' => 'ID',
  34. 'default' => '',
  35. 'desc' => '',
  36. 'match' => 'is_numeric',
  37. 'list' => true,
  38. ),
  39. 'info_id' => array
  40. (
  41. 'type' => 'int-11',
  42. 'name' => '合集',
  43. 'default' => '',
  44. 'desc' => '合集',
  45. 'match' => 'is_numeric',
  46. 'update' => 'hidden',
  47. 'value' => Dever::input('search_option_info_id')
  48. ),
  49. 'content_id' => array
  50. (
  51. 'type' => 'int-11',
  52. 'name' => '合集内容id',
  53. 'default' => '',
  54. 'desc' => '合集内容id',
  55. 'match' => 'is_numeric',
  56. 'update' => 'hidden',
  57. 'value' => Dever::input('search_option_content_id')
  58. ),
  59. 'pic' => array
  60. (
  61. 'type' => 'varchar-150',
  62. 'name' => '置顶图片-图片尺寸750*422px或等比尺寸,上传大小不能超过2M,支持JPG、PNG、GIF格式,建议上传JPG格式。为空则不显示',
  63. 'default' => '',
  64. 'desc' => '图片',
  65. 'match' => 'option',
  66. 'update' => 'image',
  67. 'key' => '1',
  68. 'place' => '750*422',
  69. ),
  70. 'num' => array
  71. (
  72. 'type' => 'int-11',
  73. 'name' => '默认显示多少条',
  74. 'default' => '4',
  75. 'desc' => '默认显示多少条',
  76. 'match' => 'is_numeric',
  77. 'update' => 'text',
  78. ),
  79. 'text' => array
  80. (
  81. 'type' => 'text-1000',
  82. 'name' => '对话设置',
  83. 'default' => '',
  84. 'desc' => '对话设置',
  85. 'match' => 'is_string',
  86. 'update' => array
  87. (
  88. array
  89. (
  90. 'col' => 'location',
  91. 'name' => '对话位置',
  92. 'default' => '1',
  93. 'desc' => '对话位置',
  94. 'match' => 'is_string',
  95. 'update' => 'radio',
  96. 'option' => $location,
  97. ),
  98. array
  99. (
  100. 'col' => 'avatar',
  101. 'name' => '头像-图片尺寸120*120px或等比尺寸,上传大小不能超过2M,支持JPG、PNG、GIF格式,建议上传JPG格式。',
  102. 'default' => '',
  103. 'desc' => '头像',
  104. 'match' => 'option',
  105. 'update' => 'image',
  106. 'key' => 1,
  107. 'place' => '120*120',
  108. ),
  109. array
  110. (
  111. 'col' => 'type',
  112. 'name' => '对话类型',
  113. 'default' => '1',
  114. 'desc' => '对话类型',
  115. 'match' => 'is_string',
  116. 'update' => 'radio',
  117. 'option' => $type,
  118. 'control' => 'type',
  119. ),
  120. array
  121. (
  122. 'col' => 'words',
  123. 'name' => '文字内容-为空则不显示',
  124. 'default' => '',
  125. 'desc' => '文字内容',
  126. 'match' => 'option',
  127. 'update' => 'textarea',
  128. 'show' => 'type=1'
  129. ),
  130. array
  131. (
  132. 'col' => 'pic',
  133. 'name' => '图片-图片尺寸750*1386px或不限尺寸,上传大小不能超过2M,支持JPG、PNG、GIF格式,建议上传JPG格式,可以上传GIF格式。为空则不显示',
  134. 'default' => '',
  135. 'desc' => '图片',
  136. 'match' => 'option',
  137. 'update' => 'image',
  138. 'key' => 1,
  139. 'place' => '750*1386',
  140. 'show' => 'type=2',
  141. ),
  142. array
  143. (
  144. 'col' => 'audio',
  145. 'name' => '音频-音频格式mp3,上传大小不能超过100M,为空则不显示',
  146. 'default' => '',
  147. 'desc' => '音频',
  148. 'match' => 'option',
  149. 'update' => 'upload',
  150. 'key' => 2,
  151. 'show' => 'type=3',
  152. 'upload' => 'yun',
  153. 'large' => true,
  154. ),
  155. ),
  156. ),
  157. 'udate' => array
  158. (
  159. 'type' => 'int-11',
  160. 'name' => '更新时间',
  161. 'match' => array('is_numeric', time()),
  162. 'desc' => '',
  163. ),
  164. 'status' => array
  165. (
  166. 'type' => 'int-11',
  167. 'name' => '发布状态',
  168. 'default' => '1',
  169. 'desc' => '发布状态',
  170. 'match' => 'is_numeric',
  171. //'update' => 'select',
  172. 'option' => $status,
  173. 'search' => 'select',
  174. 'list' => true,
  175. 'edit' => true,
  176. ),
  177. 'reorder' => array
  178. (
  179. 'type' => 'int-11',
  180. 'name' => '排序(数值越大越靠前)',
  181. 'default' => '1',
  182. 'desc' => '请输入排序',
  183. 'match' => 'option',
  184. //'update' => 'text',
  185. 'search' => 'order',
  186. 'list' => true,
  187. 'order' => 'desc',
  188. 'edit' => true,
  189. ),
  190. 'state' => array
  191. (
  192. 'type' => 'tinyint-1',
  193. 'name' => '状态',
  194. 'default' => '1',
  195. 'desc' => '请选择状态',
  196. 'match' => 'is_numeric',
  197. ),
  198. 'cdate' => array
  199. (
  200. 'type' => 'int-11',
  201. 'name' => '录入时间',
  202. 'match' => array('is_numeric', time()),
  203. 'desc' => '',
  204. # 只有insert时才生效
  205. 'insert' => true,
  206. ),
  207. ),
  208. # 管理功能
  209. 'manage' => array
  210. (
  211. ),
  212. # request 请求接口定义
  213. 'request' => array
  214. (
  215. ),
  216. );