chore: rename extension zh translation

This commit is contained in:
Junyan Qin
2026-05-09 23:04:02 +08:00
parent f3d45eeeab
commit 46a9ed3da6
3 changed files with 9 additions and 9 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** - 仅用于向后兼容的文件(已废弃)