소스 검색

config: add config template

zhayujie 2 년 전
부모
커밋
dd36b8b150
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  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
+    }
+}