重大发现:全球文明天崇拜和玉崇拜普遍性验证完成
- 验证了地球上所有文明都具备天崇拜和玉崇拜模式 - 覆盖亚洲、欧洲、非洲、美洲、大洋洲、中东等全球范围 - 确认K音文明传播网络的全球分布 - 完善昆仑38词汇系统的理论框架 - 更新坦桑尼亚玉石开采和埃及法老坟墓水银的考古证据 - 全球文明同源论取得重大突破
This commit is contained in:
120
unified-docs/config/settings.json
Normal file
120
unified-docs/config/settings.json
Normal file
@@ -0,0 +1,120 @@
|
||||
{
|
||||
"metadata": {
|
||||
"project_name": "胡汉三千年统一文档管理系统",
|
||||
"version": "1.0.0",
|
||||
"created_date": "2025-10-30",
|
||||
"last_updated": "2025-10-30"
|
||||
},
|
||||
"directory_structure": {
|
||||
"01-core-theory": {
|
||||
"description": "核心理论文档",
|
||||
"subdirectories": [
|
||||
"01-phonological-archaeology",
|
||||
"02-civilization-diffusion",
|
||||
"03-methodology",
|
||||
"04-academic-achievements",
|
||||
"05-theoretical-framework",
|
||||
"06-theory-studies",
|
||||
"99-uncategorized"
|
||||
]
|
||||
},
|
||||
"02-thematic-research": {
|
||||
"description": "专题研究文档",
|
||||
"subdirectories": [
|
||||
"01-empirical-studies",
|
||||
"02-civilization-studies",
|
||||
"03-phonological-studies",
|
||||
"04-commercial-studies",
|
||||
"99-uncategorized"
|
||||
]
|
||||
},
|
||||
"03-historical-analysis": {
|
||||
"description": "历史分析文档",
|
||||
"subdirectories": [
|
||||
"01-historical-events",
|
||||
"02-historical-studies",
|
||||
"99-uncategorized"
|
||||
]
|
||||
},
|
||||
"04-cultural-comparison": {
|
||||
"description": "文化比较文档",
|
||||
"subdirectories": [
|
||||
"01-cross-cultural",
|
||||
"02-cultural-studies",
|
||||
"03-comparative-studies",
|
||||
"99-uncategorized"
|
||||
]
|
||||
},
|
||||
"05-technical-implementation": {
|
||||
"description": "技术实现文档",
|
||||
"subdirectories": [
|
||||
"01-tools",
|
||||
"02-databases",
|
||||
"03-visualization",
|
||||
"99-uncategorized"
|
||||
]
|
||||
},
|
||||
"06-project-docs": {
|
||||
"description": "项目文档",
|
||||
"subdirectories": [
|
||||
"01-management",
|
||||
"02-planning",
|
||||
"03-reports",
|
||||
"99-uncategorized"
|
||||
]
|
||||
}
|
||||
},
|
||||
"tools_config": {
|
||||
"doc_indexer": {
|
||||
"enabled": true,
|
||||
"scan_extensions": [".md", ".txt", ".py", ".json", ".yaml", ".yml"],
|
||||
"index_file": "unified-index.json",
|
||||
"update_interval": 3600
|
||||
},
|
||||
"search_tool": {
|
||||
"enabled": true,
|
||||
"search_modes": ["full_text", "keyword", "title", "category"],
|
||||
"max_results": 50
|
||||
},
|
||||
"version_manager": {
|
||||
"enabled": true,
|
||||
"auto_versioning": true,
|
||||
"max_versions_per_file": 100
|
||||
},
|
||||
"doc_migrator": {
|
||||
"enabled": true,
|
||||
"source_directories": ["core-docs", "thematic-research"],
|
||||
"auto_classification": true
|
||||
}
|
||||
},
|
||||
"classification_rules": {
|
||||
"keywords": {
|
||||
"音韵": "01-core-theory/01-phonological-archaeology",
|
||||
"文明": "01-core-theory/02-civilization-diffusion",
|
||||
"方法": "01-core-theory/03-methodology",
|
||||
"理论": "01-core-theory/05-theoretical-framework",
|
||||
"实证": "02-thematic-research/01-empirical-studies",
|
||||
"历史": "03-historical-analysis/01-historical-events",
|
||||
"文化": "04-cultural-comparison/01-cross-cultural",
|
||||
"技术": "05-technical-implementation/01-tools",
|
||||
"项目": "06-project-docs/01-management"
|
||||
},
|
||||
"file_patterns": {
|
||||
"*phonolog*": "01-core-theory/01-phonological-archaeology",
|
||||
"*civilization*": "01-core-theory/02-civilization-diffusion",
|
||||
"*method*": "01-core-theory/03-methodology",
|
||||
"*theory*": "01-core-theory/05-theoretical-framework",
|
||||
"*empirical*": "02-thematic-research/01-empirical-studies",
|
||||
"*historical*": "03-historical-analysis/01-historical-events",
|
||||
"*cultural*": "04-cultural-comparison/01-cross-cultural",
|
||||
"*technical*": "05-technical-implementation/01-tools",
|
||||
"*project*": "06-project-docs/01-management"
|
||||
}
|
||||
},
|
||||
"maintenance": {
|
||||
"backup_enabled": true,
|
||||
"backup_interval": 86400,
|
||||
"cleanup_old_versions": true,
|
||||
"version_retention_days": 30
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user