dever 3 years ago
parent
commit
34ebdc5e10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/content/database/news.php

+ 1 - 1
app/content/database/news.php

@@ -102,7 +102,7 @@ return array
             'name'      => '副标题-最大长度50个字符',
             'default'   => '',
             'desc'      => '副标题',
-            'match'     => 'is_string',
+            'match'     => 'option',
             'update'    => 'text',
             'list'      => true,
             'search'    => 'fulltext',