dever 4 年之前
父節點
當前提交
ac20edf223
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      app/collection/database/info.php

+ 10 - 0
app/collection/database/info.php

@@ -280,6 +280,16 @@ $config = array
             'attr'      => '',
         ),
 
+        'password'      => array
+        (
+            'type'      => 'varchar-50',
+            'name'      => '密码-输入密码后,进入合集必须输入密码',
+            'default'   => '',
+            'desc'      => '密码',
+            'match'     => 'option',
+            'update'    => 'text',
+        ),
+
         'ticket_name'      => array
         (
             'type'      => 'varchar-50',