accounts.json 1.3 KB

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