Bump SCUM plugin registration version

This commit is contained in:
npc0-hue
2026-08-27 16:59:31 +08:00
parent a0e7ae362b
commit d3b7207019
5 changed files with 17 additions and 17 deletions
@@ -62,8 +62,8 @@ const plugin: GamePluginResponse = {
title: "用户管理",
path: "/players",
bundleKey: "scum-server-plugin",
bundleVersion: "1.0.1",
bundleIntegritySha256: "sha256:3488b316d909e597024f8f31c7bc96ab8019f643d74a528dc442d3df0dc3d54e",
bundleVersion: "1.0.4",
bundleIntegritySha256: "sha256:359ade451d368774fd52b518e3a944ecda70f71cb9d4f8639d731d8072a44a60",
permissions: ["server.read", "server.game-client.read", "server.game-client.command"],
bridgeActions: ["server.instances.read"]
}],
@@ -138,7 +138,7 @@ describe("PluginPageHostPage", () => {
const html = renderToStaticMarkup(<PluginPageHostPage {...props()} initialPlugin={plugin} />);
expect(html).toContain("用户管理");
expect(html).toContain("平台托管上下文");
expect(html).toContain("scum-server-plugin@1.0.1");
expect(html).toContain("scum-server-plugin@1.0.4");
expect(html).toContain("完整性");
expect(html).toContain("返回服务器");
expect(html).not.toMatch(/sessionToken|componentKey|hostPath|dsn|runSocket|credential/i);