accounts.json 1.9 KB

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