This commit is contained in:
2026-03-22 14:41:42 +08:00
parent b34cb6a926
commit ccb6704528
5 changed files with 187 additions and 141 deletions

View File

@@ -14,7 +14,8 @@
"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)"
"Bash(find node_modules/.pnpm -path *vue-router* -name *.mjs)",
"Bash(pnpm add:*)"
],
"additionalDirectories": [
"/Users/sion/Desktop/projects/monisuo/monisuo-admin/.git"