ソースを参照

add _System_commentary_

visuddhinanda 3 ヶ月 前
コミット
b4b0f1138d
1 ファイル変更5 行追加0 行削除
  1. 5 0
      api-v8/app/Console/Commands/InitSystemChannel.php

+ 5 - 0
api-v8/app/Console/Commands/InitSystemChannel.php

@@ -92,6 +92,11 @@ class InitSystemChannel extends Command
             'type' => 'translation',
             'lang' => 'zh-Hans',
         ],
+        [
+            "name" => '_System_commentary_',
+            'type' => 'commentary',
+            'lang' => 'en',
+        ],
     ];
 
     /**