Revert move floating menu to Vue (#853)

This commit is contained in:
Chenlei Hu
2024-09-17 09:33:25 +09:00
committed by GitHub
parent 2b60244e4a
commit 980dd285ad
5 changed files with 12 additions and 41 deletions

View File

@@ -38,7 +38,6 @@ export async function start(config: StartConfig = {}): Promise<StartResult> {
Object.assign(localStorage, config.localStorage ?? {})
document.body.innerHTML = html.toString()
window['IS_TEST'] = true
mockApi(config)
mockSettingStore()