fix:更新技术支持网址

This commit is contained in:
吕新雨
2026-02-25 17:13:29 +08:00
parent 9d6829eceb
commit 7fcc64f6e3
2 changed files with 62 additions and 0 deletions

View File

@@ -202,6 +202,7 @@
- 后端新增内置协议内容页:
- `GET /v1/legal/privacy`
- `GET /v1/legal/terms`
- `GET /v1/legal/support`(技术支持页面,提供审核可用的公开支持信息)
- 客户端新增协议接口封装 `client/src/services/legalApi.ts`
- 客户端工程化:新增统一 HTTP 封装 `client/src/utils/http.ts`baseURL/超时/JSON/统一错误),并将 `legalApi.ts` / `recoApi.ts` 接入
- 客户端接入两处入口:`app/(splash)/splash.tsx``components/home/ProfileModal.tsx`