dever 5 tahun lalu
induk
melakukan
301b2acfb3
1 mengubah file dengan 4 tambahan dan 3 penghapusan
  1. 4 3
      app/content/database/audio_content.php

+ 4 - 3
app/content/database/audio_content.php

@@ -72,7 +72,7 @@ return array
         'reorder'       => array
         (
             'type'      => 'int-11',
-            'name'      => '章节(数值越小越靠前)',
+            'name'      => '章节排序(数值越小越靠前)',
             'default'   => '1',
             'desc'      => '请输入排序',
             'match'     => 'option',
@@ -146,7 +146,7 @@ return array
             'default'   => '',
             'desc'      => '阿里云请求的request_id',
             'match'     => 'is_string',
-            'update'    => 'text',
+            //'update'    => 'text',
         ),
 
         'ali_task_id'      => array
@@ -156,7 +156,7 @@ return array
             'default'   => '',
             'desc'      => '阿里云请求的task_id',
             'match'     => 'is_string',
-            'update'    => 'text',
+            //'update'    => 'text',
         ),
 
         'audio_status'     => array
@@ -168,6 +168,7 @@ return array
             'match'     => 'is_numeric',
             //'update'    => 'radio',
             'option'    => $audio_status,
+            'list'      => true,
         ),
 
         'status'     => array