diy_view.php 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. <?php
  2. /**
  3. * Niushop商城系统 - 团队十年电商经验汇集巨献!
  4. * =========================================================
  5. * Copy right 2019-2029 山西牛酷信息科技有限公司, 保留所有权利。
  6. * ----------------------------------------------
  7. * 官方网址: https://www.niushop.com.cn
  8. * 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和使用。
  9. * 任何企业和个人不允许对程序代码以任何形式任何目的再发布。
  10. * =========================================================
  11. */
  12. return [
  13. 'template' => [
  14. [
  15. 'name' => 'DIYVIEW_INDEX',
  16. 'title' => '网站主页',
  17. 'value' => '',
  18. 'type' => 'ADMIN',
  19. 'icon' => ''
  20. ],
  21. [
  22. 'name' => 'DIYVIEW_SHOP_INDEX',
  23. 'title' => '店铺主页',
  24. 'value' => '',
  25. 'type' => 'SHOP',
  26. 'icon' => ''
  27. ],
  28. ],
  29. 'util' => [
  30. [
  31. 'name' => 'TEXT',
  32. 'title' => '文本',
  33. 'type' => 'SYSTEM',
  34. 'controller' => 'Text',
  35. 'value' => '{ title : "『文本』", subTitle : "", textAlign : "left", backgroundColor : "#ffffff", "link" : {},"fontSize" : 16 }',
  36. 'sort' => '10000',
  37. 'support_diy_view' => '',
  38. 'max_count' => 0
  39. ],
  40. [
  41. 'name' => 'TEXT_NAV',
  42. 'title' => '文本导航',
  43. 'type' => 'SYSTEM',
  44. 'controller' => 'TextNav',
  45. 'value' => '{ fontSize : 14, textColor : "#333333", textAlign : "left", backgroundColor : "#ffffff", arrangement : "vertical", list : [{ text : "『文本导航』","link" : {}}] }',
  46. 'sort' => '10001',
  47. 'support_diy_view' => '',
  48. 'max_count' => 0
  49. ],
  50. [
  51. 'name' => 'NOTICE',
  52. 'title' => '公告',
  53. 'type' => 'SYSTEM',
  54. 'controller' => 'Notice',
  55. 'value' => '{ "backgroundColor": "#ffffff","textColor": "#333333","fontSize": 14,"list": [{"title": "公告","link": {}},{"title": "公告","link": {}}]}',
  56. 'sort' => '10002',
  57. 'support_diy_view' => '',
  58. 'max_count' => 0
  59. ],
  60. [
  61. 'name' => 'GRAPHIC_NAV',
  62. 'title' => '图文导航',
  63. 'type' => 'SYSTEM',
  64. 'controller' => 'GraphicNav',
  65. 'value' => '{ "textColor": "#666666","backgroundColor": "#ffffff","selectedTemplate": "imageNavigation","scrollSetting": "fixed","imageScale": 100,padding : 0,"list": [{"imageUrl": "","title": "","link": {}},{"imageUrl": "","title": "","link": {}},{"imageUrl": "","title": "","link": {}},{"imageUrl": "","title": "","link": {}}]}',
  66. 'sort' => '10003',
  67. 'support_diy_view' => '',
  68. 'max_count' => 0
  69. ],
  70. [
  71. 'name' => 'IMAGE_ADS',
  72. 'title' => '图片广告',
  73. 'type' => 'SYSTEM',
  74. 'controller' => 'ImageAds',
  75. 'value' => '{ selectedTemplate : "carousel-posters", imageClearance : 0, padding : 0, height : 0, list : [ { imageUrl : "", title : "", "link" : {}} ] }',
  76. 'sort' => '10004',
  77. 'support_diy_view' => '',
  78. 'max_count' => 0
  79. ],
  80. [
  81. 'name' => 'SEARCH',
  82. 'title' => '商品搜索',
  83. 'type' => 'SYSTEM',
  84. 'controller' => 'Search',
  85. 'value' => '{}',
  86. 'sort' => '10005',
  87. 'support_diy_view' => '',
  88. 'max_count' => 1
  89. ],
  90. [
  91. 'name' => 'TITLE',
  92. 'title' => '顶部标题',
  93. 'type' => 'SYSTEM',
  94. 'controller' => 'Title',
  95. 'value' => '{ "title": "『顶部标题』","backgroundColor": "#ffffff","textColor": "#000000","isOpenOperation" : false,"leftLink" : {},"rightLink" : {},"operation_name" : "操作","fontSize" : 16}',
  96. 'sort' => '10006',
  97. 'support_diy_view' => '',
  98. 'max_count' => 1
  99. ],
  100. [
  101. 'name' => 'RICH_TEXT',
  102. 'title' => '富文本',
  103. 'type' => 'SYSTEM',
  104. 'controller' => 'RichText',
  105. 'value' => '{ "html" : "" }',
  106. 'sort' => '10007',
  107. 'support_diy_view' => '',
  108. 'max_count' => 0
  109. ],
  110. [
  111. 'name' => 'RUBIK_CUBE',
  112. 'title' => '魔方',
  113. 'type' => 'SYSTEM',
  114. 'controller' => 'RubikCube',
  115. 'value' => '{ "selectedTemplate": "row1-of2","list": [{ imageUrl : "", link : {} },{ imageUrl : "", link : {} }], "selectedRubikCubeArray" : [] ,"diyHtml": "","customRubikCube": 4,"heightArray": ["74.25px","59px","48.83px","41.56px"],"imageGap": 0}',
  116. 'sort' => '10008',
  117. 'support_diy_view' => '',
  118. 'max_count' => 0
  119. ],
  120. [
  121. 'name' => 'CUSTOM_MODULE',
  122. 'title' => '自定义模块',
  123. 'type' => 'SYSTEM',
  124. 'controller' => '',
  125. 'value' => '',
  126. 'sort' => '10009',
  127. 'support_diy_view' => '',
  128. 'max_count' => 0
  129. ],
  130. [
  131. 'name' => 'POP_WINDOW',
  132. 'title' => '弹窗广告',
  133. 'type' => 'SYSTEM',
  134. 'controller' => 'PopWindow',
  135. 'value' => '{ "image_url":"","link":{}}',
  136. 'sort' => '10010',
  137. 'support_diy_view' => '',
  138. 'max_count' => 1
  139. ],
  140. [
  141. 'name' => 'HORZ_LINE',
  142. 'title' => '辅助线',
  143. 'type' => 'SYSTEM',
  144. 'controller' => 'HorzLine',
  145. 'value' => '{ color : "#e5e5e5", padding : "no-padding", borderStyle : "solid" }',
  146. 'sort' => '10011',
  147. 'support_diy_view' => '',
  148. 'max_count' => 0
  149. ],
  150. [
  151. 'name' => 'HORZ_BLANK',
  152. 'title' => '辅助空白',
  153. 'type' => 'SYSTEM',
  154. 'controller' => 'HorzBlank',
  155. 'value' => '{ height : 10, backgroundColor : "#ffffff" }',
  156. 'sort' => '10012',
  157. 'support_diy_view' => '',
  158. 'max_count' => 0
  159. ],
  160. [
  161. 'name' => 'VIDEO',
  162. 'title' => '视频',
  163. 'type' => 'SYSTEM',
  164. 'controller' => '',
  165. 'value' => '',
  166. 'sort' => '10013',
  167. 'support_diy_view' => '',
  168. 'max_count' => 0
  169. ],
  170. [
  171. 'name' => 'VOICE',
  172. 'title' => '语音',
  173. 'type' => 'SYSTEM',
  174. 'controller' => '',
  175. 'value' => '',
  176. 'sort' => '10014',
  177. 'support_diy_view' => '',
  178. 'max_count' => 0
  179. ],
  180. [
  181. 'name' => 'GOODS_LIST',
  182. 'title' => '商品列表',
  183. 'type' => 'SYSTEM',
  184. 'controller' => 'GoodsList',
  185. 'value' => '{ "sources" : "default", skuId : "", "categoryId" : 0, "goodsCount" : "6" }',
  186. 'sort' => '10016',
  187. 'support_diy_view' => '',
  188. 'max_count' => 0
  189. ],
  190. [
  191. 'name' => 'SHOP_INFO',
  192. 'title' => '店铺信息',
  193. 'type' => 'SYSTEM',
  194. 'controller' => 'ShopInfo',
  195. 'value' => '{ "color" : "#333333" }',
  196. 'sort' => '10017',
  197. 'support_diy_view' => 'DIY_VIEW_SHOP',
  198. 'max_count' => 1
  199. ],
  200. [
  201. 'name' => 'RANK_LIST',
  202. 'title' => '排行榜',
  203. 'type' => 'SYSTEM',
  204. 'controller' => 'RankList',
  205. 'value' => '{ "sources" : "category", goodsId : "", "categoryId" : 0, "categoryLevel" : 1, "goodsCount" : "6" }',
  206. 'sort' => '10018',
  207. 'support_diy_view' => 'DIY_VIEW_SHOP',
  208. 'max_count' => 1
  209. ],
  210. [
  211. 'name' => 'SHOP_SEARCH',
  212. 'title' => '店内搜索',
  213. 'type' => 'SYSTEM',
  214. 'controller' => 'ShopSearch',
  215. 'value' => '{}',
  216. 'sort' => '10019',
  217. 'support_diy_view' => 'DIY_VIEW_SHOP',
  218. 'max_count' => 1
  219. ],
  220. [
  221. 'name' => 'SHOP_STORE',
  222. 'title' => '门店',
  223. 'type' => 'SYSTEM',
  224. 'controller' => 'ShopStore',
  225. 'value' => '{}',
  226. 'sort' => '10020',
  227. 'support_diy_view' => 'DIY_VIEW_SHOP',
  228. 'max_count' => 1
  229. ],
  230. [
  231. 'name' => 'GOODS_CATEGORY',
  232. 'title' => '商品分类',
  233. 'type' => 'SYSTEM',
  234. 'controller' => 'GoodsCategory',
  235. 'value' => '{"level":"1","template":"1"}',
  236. 'sort' => '10021',
  237. 'support_diy_view' => '',
  238. 'max_count' => 1
  239. ],
  240. ],
  241. 'link' => [
  242. [
  243. 'name' => 'INDEX',
  244. 'title' => '主页',
  245. 'wap_url' => '/pages/index/index/index',
  246. 'web_url' => ''
  247. ],
  248. [
  249. 'name' => 'GOODS_CATEGORY',
  250. 'title' => '商品分类',
  251. 'wap_url' => '/pages/goods/category/category',
  252. 'web_url' => '',
  253. ],
  254. [
  255. 'name' => 'GOODS_CART',
  256. 'title' => '购物车',
  257. 'wap_url' => '/pages/goods/cart/cart',
  258. 'web_url' => '',
  259. ],
  260. [
  261. 'name' => 'LOGIN',
  262. 'title' => '登录',
  263. 'wap_url' => '/pages/login/login/login',
  264. 'web_url' => ''
  265. ],
  266. [
  267. 'name' => 'REGISTER',
  268. 'title' => '注册',
  269. 'wap_url' => '/pages/login/register/register',
  270. 'web_url' => ''
  271. ],
  272. [
  273. 'name' => 'MEMBER_INDEX',
  274. 'title' => '会员中心',
  275. 'wap_url' => '/pages/member/index/index',
  276. 'web_url' => '',
  277. ],
  278. [
  279. 'name' => 'NOTICE_LIST',
  280. 'title' => '公告列表',
  281. 'wap_url' => '/otherpages/notice/list/list',
  282. 'web_url' => '',
  283. ],
  284. [
  285. 'name' => 'HELP_LIST',
  286. 'title' => '帮助中心',
  287. 'wap_url' => '/otherpages/help/list/list',
  288. 'web_url' => '',
  289. ],
  290. [
  291. 'name' => 'BRAND_LIST',
  292. 'title' => '品牌专区',
  293. 'wap_url' => '/otherpages/goods/brand/brand',
  294. 'web_url' => '',
  295. ],
  296. [
  297. 'name' => 'POINT_INDEX',
  298. 'title' => '积分商城',
  299. 'wap_url' => '/promotionpages/point/list/list',
  300. 'web_url' => '',
  301. ],
  302. [
  303. 'name' => 'COUPON_LIST',
  304. 'title' => '领券中心',
  305. 'wap_url' => '/otherpages/goods/coupon/coupon',
  306. 'web_url' => '',
  307. ],
  308. [
  309. 'name' => 'TOPIC_LIST',
  310. 'title' => '专题活动',
  311. 'wap_url' => '/promotionpages/topics/list/list',
  312. 'web_url' => '',
  313. ],
  314. [
  315. 'name' => 'SHOP_INDEX',
  316. 'title' => '店铺首页',
  317. 'wap_url' => '/otherpages/shop/index/index',
  318. 'web_url' => '',
  319. 'support_diy_view' => 'DIY_VIEW_SHOP',
  320. ],
  321. [
  322. 'name' => 'SHOP_INTRODUCE',
  323. 'title' => '店铺介绍',
  324. 'wap_url' => '/otherpages/shop/introduce/introduce',
  325. 'web_url' => '',
  326. 'support_diy_view' => 'DIY_VIEW_SHOP',
  327. ],
  328. [
  329. 'name' => 'SHOP_LIST',
  330. 'title' => '店铺商品列表',
  331. 'wap_url' => '/otherpages/shop/list/list',
  332. 'web_url' => '',
  333. 'support_diy_view' => 'DIY_VIEW_SHOP',
  334. ],
  335. [
  336. 'name' => 'SHOP_CATEGORY',
  337. 'title' => '店铺商品分类',
  338. 'wap_url' => '/otherpages/shop/category/category',
  339. 'web_url' => '',
  340. 'support_diy_view' => 'DIY_VIEW_SHOP',
  341. ],
  342. [
  343. 'name' => 'SHOP_LIST',
  344. 'title' => '店铺街',
  345. 'wap_url' => '/otherpages/shop/street/street',
  346. 'web_url' => '',
  347. 'support_diy_view' => '',
  348. ],
  349. ],
  350. ];