Rename fmfuncs -> core (cleaner, semantic)

This commit is contained in:
2026-06-10 18:17:21 +08:00
parent 5e23778d90
commit 2bc00f8207
9 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ project_root/
│ ├── core_bridge.py # 核心桥接
│ └── plugin_bridge.py # 插件桥接
├── fmfuncs/ # 框架功能集
├── core/ # 框架功能集
│ ├── file_utils.py # 文件操作工具
│ ├── config_utils.py # 配置工具
│ ├── validation_utils.py # 验证工具