feat(scum): remove fake management surfaces
This commit is contained in:
@@ -334,7 +334,7 @@ describe("first-party console pages", () => {
|
||||
expect(html).not.toContain("操作历史");
|
||||
});
|
||||
|
||||
it("routes SCUM operations through typed plugin workflow surfaces", () => {
|
||||
it("routes SCUM management through plugin pages and the AI assistant", () => {
|
||||
expect(serverDetailPageSource).toContain("PluginPageHostPage");
|
||||
expect(serverDetailPageSource).toContain("plugin:${page.key}");
|
||||
expect(serverDetailPageSource).toContain("section === \"llm\"");
|
||||
|
||||
Reference in New Issue
Block a user