Skip to content

Commit 7eff60a

Browse files
committed
feat: 更新 package.json,添加与访问控制相关的新关键词以支持权限管理和 Vue 3 组件。
1 parent 335cae1 commit 7eff60a

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

package.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,21 @@
33
"keywords": [
44
"winjs",
55
"plugin",
6-
"template",
6+
"access",
7+
"permission",
8+
"auth",
9+
"authorization",
10+
"rbac",
11+
"vue3",
12+
"vue",
13+
"router",
14+
"directive",
15+
"component",
16+
"guard",
17+
"role",
718
"winner-fed",
819
"winjs-dev",
9-
"rslib",
10-
"rsbuild",
11-
"typescript",
12-
"biome"
20+
"typescript"
1321
],
1422
"version": "1.0.0",
1523
"repository": {

0 commit comments

Comments
 (0)