Browse Source

add config

yangxiaohui 1 tuần trước cách đây
mục cha
commit
fbae0a4cb2
1 tập tin đã thay đổi với 10 bổ sung5 xóa
  1. 10 5
      config/accounts.json

+ 10 - 5
config/accounts.json

@@ -2,8 +2,13 @@
   "accounts": [
     {
       "name": "阿里多多酱",
+      "enabled": false,
+      "description": "旧目录结构(已停用)"
+    },
+    {
+      "name": "阿里多多酱1",
       "enabled": true,
-      "description": "第一个测试账号"
+      "description": "新目录结构"
     },
     {
       "name": "示例账号2",
@@ -11,7 +16,7 @@
       "description": "未启用的示例账号"
     }
   ],
-  "default_account": "阿里多多酱",
+  "default_account": "阿里多多酱1",
   "comment": "原始数据目录不动,所有输出结果统一放到 how解构/ 目录下",
   "filter_mode": "exclude_current_posts",
   "filter_modes": {
@@ -31,9 +36,9 @@
   "paths": {
     "account_base": "data/账号",
     "input": {
-      "current_posts": "what解构",
-      "historical_posts": "what解构_所有帖子",
-      "pattern_cluster": "pattern/optimization/optimized_clustered_data_gemini-3-pro-preview.json"
+      "current_posts": "what单独解构",
+      "historical_posts": "用于pattern聚类",
+      "pattern_cluster": "pattern相关文件/optimization/optimized_clustered_data_gemini-3-pro-preview.json"
     },
     "output": {
       "intermediate": "how解构/intermediate",