accounts.json 2.0 KB

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