mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-07 12:38:11 +08:00
彻底移除 v8 重构分支中遗留的 class_alias 兼容映射,避免新架构继续依赖旧包拆分时期的类名入口。 主要内容: - 删除 System 公共引导中的 think\admin 旧模型与旧服务别名映射。 - 删除 Worker 公共引导中的 SystemQueue 与 ProcessService 旧别名映射。 - 删除 Worker HTTP 服务对 think\response\File 的运行时类映射。 - 增加架构边界测试,防止后续重新引入 class_alias 与旧仓库名。
运行时服务
定位
- 组件编码:
worker - 组件包名:
zoujingli/think-plugs-worker - 主要职责:HTTP 服务、队列服务与跨平台进程托管
边界
- 仅暴露命令接口,不提供业务 HTTP API
- 主要入口:
php think xadmin:worker、php think xadmin:queue - 通过发布规则输出
config/worker.php
文档
- 命令接口说明:
readme.api.md - 官方页面:https://thinkadmin.top/plugin/think-plugs-worker.html