accounts.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "data_root": "../data",
  3. "accounts": [
  4. {
  5. "name": "阿里多多酱",
  6. "enabled": false,
  7. "description": "旧目录结构(已停用)"
  8. },
  9. {
  10. "name": "阿里多多酱1",
  11. "enabled": true,
  12. "description": "新目录结构"
  13. },
  14. {
  15. "name": "示例账号2",
  16. "enabled": false,
  17. "description": "未启用的示例账号"
  18. }
  19. ],
  20. "default_account": "阿里多多酱1",
  21. "comment": "数据根目录可通过 data_root 配置(支持绝对路径、~、环境变量),也可通过 DATA_ROOT 环境变量覆盖",
  22. "filter_mode": "exclude_current_posts",
  23. "filter_modes": {
  24. "exclude_current_posts": {
  25. "description": "过滤在当前帖子目录中出现的帖子ID(推荐,更宽松)",
  26. "enabled": true
  27. },
  28. "time_based": {
  29. "description": "基于发布时间过滤,只保留早于当前帖子最早发布时间的历史帖子",
  30. "enabled": false
  31. },
  32. "none": {
  33. "description": "不过滤任何帖子",
  34. "enabled": false
  35. }
  36. },
  37. "paths": {
  38. "account_base": "账号",
  39. "input": {
  40. "current_posts": "what单独解构",
  41. "historical_posts": "用于pattern聚类",
  42. "pattern_cluster": "pattern相关文件/optimization/optimized_clustered_data_gemini-3-pro-preview.json"
  43. },
  44. "output": {
  45. "intermediate": "how解构_outputs/{version}/intermediate",
  46. "how_results": "how解构_outputs/{version}/results",
  47. "visualization": "how解构_outputs/{version}/visualization"
  48. }
  49. }
  50. }