feige996
|
3b14ab942f
|
Revert "Merge branch 'openapi'"
This reverts commit 9a6f0acdf0, reversing
changes made to 08a81e433b.
|
2025-09-23 18:01:20 +08:00 |
|
feige996
|
5b78b0ef63
|
refactor(service): 重构服务层代码并更新API配置
移除旧的pet、store、user相关API代码
新增listAll和info接口
更新openapi配置指向新API地址
在about页面添加openapi请求示例组件
|
2025-09-23 15:54:35 +08:00 |
|
feige996
|
938a9dc43e
|
refactor: 移除vue-query相关代码及依赖
移除所有与vue-query相关的代码文件、依赖项和配置
清理不再需要的类型定义和导出
更新openapi生成配置禁用reactQuery模式
|
2025-09-17 13:57:36 +08:00 |
|
feige996
|
6e1893acd2
|
perf(登录): 优化登录接口路径并完善退出登录功能
|
2025-09-07 17:09:33 +08:00 |
|
Utopia
|
3402624002
|
chore: 优化代码结构,将 CustomRequestOptions 定义到 http/types.ts 下
|
2025-08-11 16:33:15 +08:00 |
|
feige996
|
96abac9c21
|
feat(service): 添加PetStore API服务层实现
实现PetStore API的所有服务接口,包括用户、宠物和商店相关操作
添加类型定义、基础API请求和Vue Query封装
配置openapi-ts-request生成器路径
|
2025-08-05 17:52:54 +08:00 |
|