mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-08 04:48:10 +08:00
彻底移除 v8 重构分支中遗留的 class_alias 兼容映射,避免新架构继续依赖旧包拆分时期的类名入口。 主要内容: - 删除 System 公共引导中的 think\admin 旧模型与旧服务别名映射。 - 删除 Worker 公共引导中的 SystemQueue 与 ProcessService 旧别名映射。 - 删除 Worker HTTP 服务对 think\response\File 的运行时类映射。 - 增加架构边界测试,防止后续重新引入 class_alias 与旧仓库名。