From 687f2ab37f80c1a4a4d8c6b1fc757dece88f9842 Mon Sep 17 00:00:00 2001 From: zhouyonggao <1971162852@qq.com> Date: Thu, 12 Mar 2026 12:10:51 +0800 Subject: [PATCH] =?UTF-8?q?docs(api):=20=E8=A1=A5=E5=85=85=E5=90=8E?= =?UTF-8?q?=E7=AB=AFAPI=E6=9C=8D=E5=8A=A1=E7=BC=96=E7=A0=81=E8=A7=84?= =?UTF-8?q?=E8=8C=83=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加后端API服务编码规范、技术栈及开发流程的说明 - 明确生成或修改后端API代码时需参考该规范 --- .qoder/rules/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.qoder/rules/api.md b/.qoder/rules/api.md index 026a946..be1aa90 100644 --- a/.qoder/rules/api.md +++ b/.qoder/rules/api.md @@ -1,6 +1,6 @@ --- trigger: model_decision -description: +description: 后端API服务编码规范、技术栈、开发流程,生成或修改后端API代码时参考 --- # API 编码规范