Sfoglia il codice sorgente

config: add config template

zhayujie 2 anni fa
parent
commit
dd36b8b150
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  1. 13 0
      plugins/linkai/config.json.template

+ 13 - 0
plugins/linkai/config.json.template

@@ -0,0 +1,13 @@
+{
+    "group_app_map": {
+        "测试群1": "default",
+        "测试群2": "Kv2fXJcH"
+    },
+    "midjourney": {
+        "enabled": true,
+        "mode": "relax",
+        "auto_translate": true,
+        "max_tasks": 3,
+        "max_tasks_per_user": 1
+    }
+}