yangxiaohui 1 week ago
parent
commit
2b910b981c
1 changed files with 19 additions and 2 deletions
  1. 19 2
      config/accounts.json

+ 19 - 2
config/accounts.json

@@ -8,8 +8,25 @@
     },
     {
       "name": "阿里多多酱1",
+      "enabled": false,
+      "description": "新目录结构(已停用)"
+    },
+    {
+      "name": "阿里多多酱2",
+      "enabled": false,
+      "description": "新目录结构(已停用)"
+    },
+    {
+      "name": "阿里多多酱3",
       "enabled": true,
-      "description": "新目录结构"
+      "description": "新目录结构",
+      "paths": {
+        "input": {
+          "current_posts": "解构内容/what单独",
+          "historical_posts": "解构内容/pattern聚类",
+          "pattern_cluster": "pattern相关文件/optimization/optimized_clustered_data_gemini-3-pro-preview.json"
+        }
+      }
     },
     {
       "name": "示例账号2",
@@ -17,7 +34,7 @@
       "description": "未启用的示例账号"
     }
   ],
-  "default_account": "阿里多多酱1",
+  "default_account": "阿里多多酱3",
   "comment": "数据根目录可通过 data_root 配置(支持绝对路径、~、环境变量),也可通过 DATA_ROOT 环境变量覆盖",
   "filter_mode": "exclude_current_posts",
   "filter_modes": {