dever 6 سال پیش
والد
کامیت
54c21c02eb
1فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
  1. 12 0
      push/database/data.php

+ 12 - 0
push/database/data.php

@@ -257,6 +257,18 @@ return array
             'key'       => 1
         ),
 
+        'share_content'       => array
+        (
+            'type'      => 'varchar-500',
+            'name'      => '分享描述',
+            'default'   => '',
+            'desc'      => '分享描述',
+            'match'     => $share_pic_state ? 'option' : 'option',
+            'update'    => $share_pic_state ? 'image' : 'hidden',
+            'search'    => $share_pic_state ? 'fulltext' : '',
+            //'list'        => $share_pic_state ? true : false,
+        ),
+
         'content'       => array
         (
             'type'      => 'text-255',