소스 검색

docs: update known issues and changelog

- Mark all warnings as resolved
- Add changelog section with 2026-02-25 updates
- Document shelljs upgrade fixing Node.js 20 warnings
- List all dependency upgrades and build optimizations

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Ryuiso 3 주 전
부모
커밋
f54f4eef9f
1개의 변경된 파일17개의 추가작업 그리고 4개의 파일을 삭제
  1. 17 4
      README.md

+ 17 - 4
README.md

@@ -163,11 +163,24 @@ logs/
 
 ### 已知问题
 
-1. **shelljs 警告** - `Accessing non-existent property` 警告
-   - 原因:shelljs 内部使用
-   - 影响:无,可安全忽略
+无。所有警告已解决。
 
-2. **Babel loose 模式** - 已通过配置统一 loose 模式解决
+### 更新日志
+
+#### 2026-02-25
+
+**依赖升级与安全修复:**
+- ✅ axios 0.18.0 → 0.27.2 (修复安全漏洞)
+- ✅ vue 2.5.2 → 2.7.16
+- ✅ webpack 3.6.0 → 4.47.0
+- ✅ Babel 6.x → 7.x
+- ✅ shelljs 0.7.6 → 0.8.5 (修复 Node.js 20 兼容性警告)
+
+**构建优化:**
+- ✅ 消除所有 webpack 警告
+- ✅ 消除所有 shelljs 警告
+- ✅ 优化代码分割
+- ✅ 启用生产环境压缩
 
 ### 测试命令