From bc1abe006029edf64253255db6e88aa30799efb3 Mon Sep 17 00:00:00 2001 From: tian <11429339@qq.com> Date: Sun, 15 Mar 2026 01:37:33 +0800 Subject: [PATCH] Trim redundant build script docs --- build_scripts/BUILD_GUIDE.md | 4 +--- build_scripts/README.md | 14 +++++++------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/build_scripts/BUILD_GUIDE.md b/build_scripts/BUILD_GUIDE.md index 9da27171..2a70f040 100644 --- a/build_scripts/BUILD_GUIDE.md +++ b/build_scripts/BUILD_GUIDE.md @@ -382,9 +382,7 @@ dist/EG_1.0.0/ | 文档 | 用途 | |------|------| -| `build_scripts/BUILD_README.md` | 构建说明 | -| `build_scripts/INSTALLER_GUIDE.md` | 完整指南 | -| `build_scripts/QUICK_REFERENCE.md` | 快速参考 | +| `build_scripts/README.md` | build_scripts 目录说明 | | `build_scripts/ICON_GUIDE.md` | 图标准备 | | `build_scripts/PACKAGING_RISK_AUDIT.md` | 打包风险与整改建议 | | `build_scripts/PYTHON_VERSION_REQUIREMENT.md` | Python 版本要求 | diff --git a/build_scripts/README.md b/build_scripts/README.md index e993d6d4..55b48148 100644 --- a/build_scripts/README.md +++ b/build_scripts/README.md @@ -11,10 +11,7 @@ build_scripts/ ├── 🔧 构建脚本 │ ├── build_windows.ps1 # Windows 主构建脚本 ⭐ │ ├── build_linux.sh # Linux 构建脚本 -│ ├── build_optimized.ps1 # 优化构建脚本(可选) -│ ├── quick_build.bat # Windows 快速入口 -│ ├── quick_build.sh # Linux 快速入口 -│ └── setup.py # 构建配置(可导入) +│ └── (已移除临时/重复入口脚本) │ ├── 🔍 检查脚本 │ ├── check_env.ps1 # Windows 环境检查 @@ -24,9 +21,6 @@ build_scripts/ │ └── 📖 文档 ├── BUILD_GUIDE.md # 完整构建指南 ⭐⭐⭐ - ├── BUILD_README.md # 构建说明 - ├── INSTALLER_GUIDE.md # 详细使用指南 - ├── QUICK_REFERENCE.md # 命令速查表 ├── ICON_GUIDE.md # 图标准备 ├── PACKAGING_RISK_AUDIT.md # 打包风险与源码整改清单 ⭐ ├── PYTHON_VERSION_REQUIREMENT.md # Python 3.11 要求 ⭐ @@ -125,6 +119,12 @@ python build_scripts/analyze_packaging.py - ✅ 简化依赖配置 - ✅ 重新组织文档结构 +### 2026年更新 + +- ✅ 清理重复/临时构建脚本与说明文档 +- ✅ Windows/Linux 构建脚本统一改为保守白名单策略 +- ✅ 新增打包风险审计文档 + --- ## ❓ 常见问题