重构程序文件目录结构并更新相关路径引用
- 创建新的目录结构:research/、tools/(含子目录)和apps/ - 移动核心理论文件到research/core-theory/ - 移动天山理论文件到research/specialized/ - 重组tools/目录为多个子目录:content-generation/、data-processing/等 - 更新所有文档中的路径引用,包括README.md、项目结构说明.md等 - 更新工作流文件和脚本中的路径引用 - 更新文档索引文件中的路径引用
This commit is contained in:
@@ -6831,16 +6831,16 @@ mv "tools/generate_podcast.py" "tools/other_generate_podcast.py"
|
||||
mv "tools/document-management/doc_indexer.py" "tools/document-management/other_doc_indexer.py"
|
||||
|
||||
# image_converter.py -> other_image_converter.py
|
||||
mv "tools/image-processing/image_converter.py" "tools/image-processing/other_image_converter.py"
|
||||
mv "tools/data-processing/image-processing/image_converter.py" "tools/data-processing/image-processing/other_image_converter.py"
|
||||
|
||||
# quick_convert.py -> other_quick_convert.py
|
||||
mv "tools/image-processing/quick_convert.py" "tools/image-processing/other_quick_convert.py"
|
||||
mv "tools/data-processing/image-processing/quick_convert.py" "tools/data-processing/image-processing/other_quick_convert.py"
|
||||
|
||||
# deepzoom_generator.py -> other_deepzoom_generator.py
|
||||
mv "tools/image-processing/deepzoom_generator.py" "tools/image-processing/other_deepzoom_generator.py"
|
||||
mv "tools/data-processing/image-processing/deepzoom_generator.py" "tools/data-processing/image-processing/other_deepzoom_generator.py"
|
||||
|
||||
# analyze_large_image.py -> other_analyze_large_image.py
|
||||
mv "tools/image-processing/analyze_large_image.py" "tools/image-processing/other_analyze_large_image.py"
|
||||
mv "tools/data-processing/image-processing/analyze_large_image.py" "tools/data-processing/image-processing/other_analyze_large_image.py"
|
||||
|
||||
# 序章图片分析.md -> other_序章图片分析.md
|
||||
mv "tools/ai-tools/序章图片分析.md" "tools/ai-tools/other_序章图片分析.md"
|
||||
|
||||
Reference in New Issue
Block a user