瀏覽代碼

add _System_commentary_

visuddhinanda 8 月之前
父節點
當前提交
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',
             'type' => 'translation',
             'lang' => 'zh-Hans',
             'lang' => 'zh-Hans',
         ],
         ],
+        [
+            "name" => '_System_commentary_',
+            'type' => 'commentary',
+            'lang' => 'en',
+        ],
     ];
     ];
 
 
     /**
     /**