This commit is contained in:
2026-03-22 14:22:57 +08:00
parent c41154c93a
commit 7325106ae7
6 changed files with 147 additions and 21 deletions

View File

@@ -9,7 +9,12 @@
"mcp__server-mysql__execute",
"Bash(git rm:*)",
"Bash(git add:*)",
"Bash(npx tsc:*)"
"Bash(npx tsc:*)",
"Bash(pnpm vue-tsc:*)",
"Bash(find node_modules/.pnpm -name *.mjs -path *vue-router*)",
"Bash(grep -r \"routeMeta\\\\|definePage\\\\|<route\" node_modules/.pnpm/vue-router*/node_modules/vue-router/dist/*.mjs)",
"Bash(grep -r \"route block\\\\|customBlock\\\\|defineCustomBlock\" node_modules/.pnpm/vue-router*/dist/*.mjs)",
"Bash(find node_modules/.pnpm -path *vue-router* -name *.mjs)"
],
"additionalDirectories": [
"/Users/sion/Desktop/projects/monisuo/monisuo-admin/.git"