accounts.json 1.4 KB

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