feat(plugin): add SCUM ownership migration foundation

This commit is contained in:
npc0-hue
2026-07-28 18:11:00 +08:00
parent d24074134a
commit 271e1e684f
29 changed files with 328 additions and 315 deletions
@@ -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"]
}