feat(scum): remove legacy workflow client surfaces

This commit is contained in:
npc0-hue
2026-08-11 14:31:05 +08:00
parent a58da47c60
commit df48d8b283
22 changed files with 59 additions and 654 deletions
@@ -23,7 +23,7 @@ describe("safeDiagnosticText", () => {
});
it("preserves safe operational wording instead of matching labels alone", () => {
const safe = "密钥状态已配置;Base URL 由平台托管;token 不会下发;RCON 数据不会投影。";
const safe = "密钥状态已配置;Base URL 由平台托管;token 不会下发;RCON 数据不会下发。";
expect(safeDiagnosticText(safe)).toBe(safe);
});
});