feat:增加权限控制

This commit is contained in:
2025-09-23 15:41:50 +08:00
parent e8a3339f43
commit 724561df55
8 changed files with 118 additions and 46 deletions

View File

@@ -17,7 +17,13 @@
"src/*"
],
"vue3-common/*": ["node_modules/vue3-common/dist/*"]
}
},
"lib": [
"decorators",
"dom",
"es2015",
"scripthost"
]
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"]
}