From a7d8208f35cb5cf7573482a16e33d483158e5132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=83=E7=9B=8A=E5=B0=8F=E5=8A=A9=E6=89=8B=E5=BC=80?= =?UTF-8?q?=E5=8F=91?= Date: Sun, 17 May 2026 12:01:15 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E8=A7=84=E5=88=99=20=E2=80=94=20=E6=98=8E=E7=A1=AE=E5=8F=AA?= =?UTF-8?q?=E6=8E=A8=E9=80=81miniapp-api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trae/rules/project_rules.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.trae/rules/project_rules.md b/.trae/rules/project_rules.md index 79176ae..19e1c4f 100644 --- a/.trae/rules/project_rules.md +++ b/.trae/rules/project_rules.md @@ -14,9 +14,10 @@ - 密码: `Admin@123` - 凭据已存入 git credential store,无需手动输入 -## Git 推送命令 +## Git 推送 -推送时需要关闭 SSL 验证(服务器 SSL 证书问题): +- **只推送 miniapp-api 主仓库**,不要推送子模块仓库(miniapp-web、backend) +- 推送时需要关闭 SSL 验证(服务器 SSL 证书问题): ```bash git -c http.sslVerify=false push origin master