refactor(infra): remove old plugin system (#5411)

plugin system need redesign
This commit is contained in:
EYHN
2023-12-27 02:49:59 +00:00
parent 3903a1c1d6
commit 265ee81666
110 changed files with 46 additions and 4426 deletions

View File

@@ -6,10 +6,6 @@ export async function openHomePage(page: Page) {
await page.goto(coreUrl);
}
export async function openPluginPage(page: Page) {
await page.goto(`${coreUrl}/_plugin/index.html`);
}
export async function open404Page(page: Page) {
await page.goto(`${coreUrl}/404`);
}