dever 3 years ago
parent
commit
5ced199ae6
1 changed files with 33 additions and 1 deletions
  1. 33 1
      app/act/database/info.php

+ 33 - 1
app/act/database/info.php

@@ -72,6 +72,38 @@ return array
             'place'     => '300*300',
         ),
 
+        'color'     => array
+        (
+            'type'      => 'varchar-10',
+            'name'      => '按钮颜色-请填写颜色代码,选填项',
+            'default'   => '',
+            'desc'      => '按钮颜色',
+            'match'     => 'option',
+            'update'    => 'color',
+        ),
+
+        'bgcolor'       => array
+        (
+            'type'      => 'varchar-10',
+            'name'      => '背景颜色-请填写颜色代码,选填项',
+            'default'   => '',
+            'desc'      => '背景颜色',
+            'match'     => 'option',
+            'update'    => 'color',
+        ),
+
+        'back'     => array
+        (
+            'type'      => 'varchar-150',
+            'name'      => '背景图',
+            'default'   => '',
+            'desc'      => '背景图',
+            'match'     => 'option',
+            'update'    => 'image',
+            'key'       => '1',
+            'place'     => '300*300',
+        ),
+
         'type'        => array
         (
             'type'      => 'int-11',
@@ -88,7 +120,7 @@ return array
         'content'       => array
         (
             'type'      => 'text-255',
-            'name'      => '内容',
+            'name'      => '活动规则内容',
             'default'   => '',
             'desc'      => '请输入内容',
             'match'     => 'is_string',