| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "data_root": "../data",
- "accounts": [
- {
- "name": "阿里多多酱",
- "enabled": false,
- "description": "旧目录结构(已停用)"
- },
- {
- "name": "阿里多多酱1",
- "enabled": false,
- "description": "新目录结构(已停用)"
- },
- {
- "name": "阿里多多酱2",
- "enabled": false,
- "description": "新目录结构(已停用)"
- },
- {
- "name": "阿里多多酱3",
- "enabled": true,
- "description": "新目录结构"
- },
- {
- "name": "摸鱼阿希",
- "enabled": true,
- "description": "新目录结构"
- },
- {
- "name": "示例账号2",
- "enabled": false,
- "description": "未启用的示例账号"
- }
- ],
- "default_account": "阿里多多酱",
- "comment": "数据根目录可通过 data_root 配置(支持绝对路径、~、环境变量),也可通过 DATA_ROOT 环境变量覆盖",
- "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": "账号",
- "input": {
- "current_posts": "解构内容/what单独",
- "historical_posts": "解构内容/pattern聚类",
- "pattern_cluster": "pattern相关文件/optimization/optimized_clustered_data_gemini-3-pro-preview.json"
- },
- "output": {
- "intermediate": "how解构_outputs/{version}/intermediate",
- "how_results": "how解构_outputs/{version}/results",
- "visualization": "how解构_outputs/{version}/visualization"
- }
- }
- }
|