feat: 提示词

This commit is contained in:
2026-06-16 12:01:13 +08:00
parent 2dd1ef77cb
commit fc523e77f7
5 changed files with 520 additions and 12 deletions

9
docs/prompt.txt Normal file
View File

@@ -0,0 +1,9 @@
--- api接口文档提示词 ---
下面是后端提供的标准OpenAPI接口文档你需要完成
1. 生成统一axios请求封装
2. 自动生成全部接口的TS类型定义
3. 按模块拆分接口请求函数;
4. 严格遵循文档字段,不新增、不删减参数,区分必填/可选;
5. 按现有src/api/modules中的格式书写
文档内容:
【粘贴后端OpenAPI文本】