mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-07 04:28:11 +08:00
彻底移除 v8 重构分支中遗留的 class_alias 兼容映射,避免新架构继续依赖旧包拆分时期的类名入口。 主要内容: - 删除 System 公共引导中的 think\admin 旧模型与旧服务别名映射。 - 删除 Worker 公共引导中的 SystemQueue 与 ProcessService 旧别名映射。 - 删除 Worker HTTP 服务对 think\response\File 的运行时类映射。 - 增加架构边界测试,防止后续重新引入 class_alias 与旧仓库名。
系统管理
定位
- 组件编码:
system - 组件包名:
zoujingli/think-plugs-system - 主要职责:后台壳层、权限用户、共享配置、插件中心、上传与运维管理
边界
- 后台页面入口前缀:
/system/* - 后台 API 前缀:
/api/system/* - 负责共享系统能力,不负责商城、防伪、公众号等业务插件逻辑
文档
- 接口与参数说明:
readme.api.md - 官方页面:https://thinkadmin.top/plugin/think-plugs-system.html