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
@@ -3,7 +3,7 @@
"id": "game.scum",
"name": "SCUM Server",
"description": "First-party SCUM game server operations plugin with platform-mediated lifecycle and companion bridge support.",
"version": "0.1.13",
"version": "0.1.14",
"kind": "game-plugin",
"tags": [
"scum",
@@ -1345,8 +1345,8 @@
"title": "用户管理",
"path": "/players",
"bundleKey": "scum-server-plugin",
"bundleVersion": "1.0.3",
"bundleIntegritySha256": "sha256:3488b316d909e597024f8f31c7bc96ab8019f643d74a528dc442d3df0dc3d54e",
"bundleVersion": "1.0.4",
"bundleIntegritySha256": "sha256:359ade451d368774fd52b518e3a944ecda70f71cb9d4f8639d731d8072a44a60",
"permissions": [
"server.read",
"server.remote.access",
@@ -1367,8 +1367,8 @@
"title": "队伍管理",
"path": "/squads",
"bundleKey": "scum-server-plugin",
"bundleVersion": "1.0.3",
"bundleIntegritySha256": "sha256:3488b316d909e597024f8f31c7bc96ab8019f643d74a528dc442d3df0dc3d54e",
"bundleVersion": "1.0.4",
"bundleIntegritySha256": "sha256:359ade451d368774fd52b518e3a944ecda70f71cb9d4f8639d731d8072a44a60",
"permissions": [
"server.read",
"server.remote.access",
@@ -1387,8 +1387,8 @@
"title": "实时地图",
"path": "/live-map",
"bundleKey": "scum-server-plugin",
"bundleVersion": "1.0.3",
"bundleIntegritySha256": "sha256:3488b316d909e597024f8f31c7bc96ab8019f643d74a528dc442d3df0dc3d54e",
"bundleVersion": "1.0.4",
"bundleIntegritySha256": "sha256:359ade451d368774fd52b518e3a944ecda70f71cb9d4f8639d731d8072a44a60",
"permissions": [
"server.read",
"server.remote.access",
@@ -1407,8 +1407,8 @@
"title": "礼包管理",
"path": "/gifts",
"bundleKey": "scum-server-plugin",
"bundleVersion": "1.0.3",
"bundleIntegritySha256": "sha256:3488b316d909e597024f8f31c7bc96ab8019f643d74a528dc442d3df0dc3d54e",
"bundleVersion": "1.0.4",
"bundleIntegritySha256": "sha256:359ade451d368774fd52b518e3a944ecda70f71cb9d4f8639d731d8072a44a60",
"permissions": [
"server.read",
"server.remote.access",
@@ -1428,8 +1428,8 @@
"title": "活动管理",
"path": "/activity",
"bundleKey": "scum-server-plugin",
"bundleVersion": "1.0.3",
"bundleIntegritySha256": "sha256:3488b316d909e597024f8f31c7bc96ab8019f643d74a528dc442d3df0dc3d54e",
"bundleVersion": "1.0.4",
"bundleIntegritySha256": "sha256:359ade451d368774fd52b518e3a944ecda70f71cb9d4f8639d731d8072a44a60",
"permissions": [
"server.read",
"server.remote.access",
@@ -1,5 +1,5 @@
import { renderSCUMFeaturePage } from "../features/page.js";
export const pluginPageBundle = { key: "scum-server-plugin", version: "1.0.3", integritySha256: "sha256:3488b316d909e597024f8f31c7bc96ab8019f643d74a528dc442d3df0dc3d54e" };
export const pluginPageBundle = { key: "scum-server-plugin", version: "1.0.4", integritySha256: "sha256:359ade451d368774fd52b518e3a944ecda70f71cb9d4f8639d731d8072a44a60" };
export function renderPluginPage(react: any, input: any) { return renderSCUMFeaturePage(react, { pageKey: input.page?.key ?? "players", pageTitle: input.page?.title ?? "用户管理", serverInstanceId: input.context.serverInstanceId, permissions: input.context.permissions, availability: input.availability, featureAvailability: input.availability.features, workspaceActions: input.workspaceActions }); }
+1 -1
View File
@@ -484,7 +484,7 @@ describe("plugin manifest validation", () => {
const serialized = JSON.stringify(manifest).toLowerCase();
expect(serialized).not.toContain("local-proof");
expect(manifest.version).toBe("0.1.13");
expect(manifest.version).toBe("0.1.14");
expect(installAction.environment?.SERVER_TEMPLATE).toBe("scum-server");
expect(manifest.permissions).toEqual(expect.arrayContaining(["server.game-client.read", "server.game-client.command", "server.game-client.maintenance"]));
expect(manifest.gameClientBridge.commands.map((command) => command.type)).toEqual(expect.arrayContaining([