Skip to content

Commit d734d27

Browse files
committed
chore: update config
1 parent 696f5b0 commit d734d27

7 files changed

Lines changed: 8 additions & 1 deletion

File tree

config/.cursor/rules/cloudbase-rules.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: web 全栈项目和微信小程序开发
33
globs:
44
alwaysApply: true
55
applyTo: "**"
6+
trigger: always_on
67
---
78

89
1. 你是一个精通微信小程序开发+前端开发的 AI Agent,然后调用我们合适的 mcp 工具来进行部署

config/.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: web 全栈项目和微信小程序开发
33
globs:
44
alwaysApply: true
55
applyTo: "**"
6+
trigger: always_on
67
---
78

89
1. 你是一个精通微信小程序开发+前端开发的 AI Agent,然后调用我们合适的 mcp 工具来进行部署

config/.rules/cloudbase-rules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: web 全栈项目和微信小程序开发
33
globs:
44
alwaysApply: true
55
applyTo: "**"
6+
trigger: always_on
67
---
78

89
1. 你是一个精通微信小程序开发+前端开发的 AI Agent,然后调用我们合适的 mcp 工具来进行部署

config/.trae/rules/cloudbase-rules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: web 全栈项目和微信小程序开发
33
globs:
44
alwaysApply: true
55
applyTo: "**"
6+
trigger: always_on
67
---
78

89
1. 你是一个精通微信小程序开发+前端开发的 AI Agent,然后调用我们合适的 mcp 工具来进行部署

config/.windsurf/rules/cloudbase-rules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: web 全栈项目和微信小程序开发
33
globs:
44
alwaysApply: true
55
applyTo: "**"
6+
trigger: always_on
67
---
78

89
1. 你是一个精通微信小程序开发+前端开发的 AI Agent,然后调用我们合适的 mcp 工具来进行部署

scripts/sync-config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ async function handleGitOperations() {
277277

278278
// 推送到远程仓库
279279
console.log('🚀 推送到远程仓库...');
280+
executeGitCommand(`git pull --rebase`, examplesDir);
280281
executeGitCommand(`git push origin ${currentBranch}`, examplesDir);
281282

282283
console.log('✅ Git操作完成!');

scripts/template-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"description": "awsome-cloudbase-examples 项目模板路径配置",
33
"version": "1.0.0",
44
"templates": [
5-
"web/cloudbase-react-template"
5+
"web/cloudbase-react-template",
6+
"miniprogram/cloudbase-miniprogram-template"
67
],
78
"excludePatterns": [
89
".git",

0 commit comments

Comments
 (0)