| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "accounts": [
- {
- "name": "阿里多多酱",
- "enabled": true,
- "description": "第一个测试账号"
- },
- {
- "name": "示例账号2",
- "enabled": false,
- "description": "未启用的示例账号"
- }
- ],
- "default_account": "阿里多多酱",
- "comment": "原始数据目录不动,所有输出结果统一放到 how解构/ 目录下",
- "filter_mode": "exclude_current_posts",
- "filter_modes": {
- "exclude_current_posts": {
- "description": "过滤在当前帖子目录中出现的帖子ID(推荐,更宽松)",
- "enabled": true
- },
- "time_based": {
- "description": "基于发布时间过滤,只保留早于当前帖子最早发布时间的历史帖子",
- "enabled": false
- },
- "none": {
- "description": "不过滤任何帖子",
- "enabled": false
- }
- },
- "paths": {
- "account_base": "data/账号",
- "input": {
- "current_posts": "what解构",
- "historical_posts": "what解构_所有帖子",
- "pattern_cluster": "pattern/optimization/optimized_clustered_data_gemini-3-pro-preview.json"
- },
- "output": {
- "intermediate": "how解构/intermediate",
- "how_results": "how解构/results",
- "visualization": "how解构/visualization"
- }
- }
- }
|