feat(plugin): add SCUM ownership migration foundation
This commit is contained in:
@@ -66,6 +66,9 @@
|
||||
"key": "overview",
|
||||
"title": "概览",
|
||||
"path": "/overview",
|
||||
"bundleKey": "dev-game-plugin",
|
||||
"bundleVersion": "1.0.0",
|
||||
"bundleIntegritySha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
|
||||
"permissions": ["server.read"],
|
||||
"bridgeActions": ["server.instances.read"]
|
||||
},
|
||||
@@ -73,6 +76,9 @@
|
||||
"key": "config",
|
||||
"title": "配置",
|
||||
"path": "/config",
|
||||
"bundleKey": "dev-game-plugin",
|
||||
"bundleVersion": "1.0.0",
|
||||
"bundleIntegritySha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
|
||||
"permissions": ["server.files.read", "server.files.write", "ai.invoke"],
|
||||
"bridgeActions": ["files.request", "ai.invoke"]
|
||||
},
|
||||
@@ -80,6 +86,9 @@
|
||||
"key": "logs",
|
||||
"title": "日志",
|
||||
"path": "/logs",
|
||||
"bundleKey": "dev-game-plugin",
|
||||
"bundleVersion": "1.0.0",
|
||||
"bundleIntegritySha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
|
||||
"permissions": ["server.logs.read", "ai.invoke"],
|
||||
"bridgeActions": ["logs.query", "ai.invoke"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user