Your Name 3 年之前
父節點
當前提交
f2a847e573
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      learn/active/database/info.php

+ 13 - 0
learn/active/database/info.php

@@ -397,6 +397,19 @@ return array
             'tab'       => 3,
         ),
 
+         'share_pic'       => array
+        (
+            'type'      => 'text-255',
+            'name'      => '分享图片',
+            'default'   => '',
+            'desc'      => '分享图片',
+            'match'     => 'option',
+            'update'    => 'image',
+            'key'       => '1',
+            // 'place'     => '759*562',
+            'tab'       => 3,
+        ),
+
         'desc'      => array
         (
             'type'      => 'text-1000',