feat: youhua frontend

This commit is contained in:
WangCham
2026-05-07 18:19:48 +08:00
parent 188511a911
commit e412ed5527
11 changed files with 698 additions and 149 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ HTTP Client 已经重构为更清晰的架构,将通用方法与业务逻辑
- **BaseHttpClient.ts** - 基础 HTTP 客户端类,包含所有通用的 HTTP 方法和拦截器配置
- **BackendClient.ts** - 后端服务客户端,处理与后端 API 的所有交互
- **CloudServiceClient.ts** - 云服务客户端,处理与 cloud service 的交互(如插件市场)
- **CloudServiceClient.ts** - 云服务客户端,处理与 cloud service 的交互(如拓展市场)
- **index.ts** - 主入口文件,管理客户端实例的创建和导出
- **HttpClient.ts** - 仅用于向后兼容的文件(已废弃)