enhance(frontend): improve accounts management

This commit is contained in:
syuilo
2025-03-13 22:12:23 +09:00
parent 44073736de
commit 8c9ec5827f
137 changed files with 640 additions and 622 deletions

View File

@@ -33,7 +33,7 @@ async function exe(script: string): Promise<values.Value[]> {
return outputs;
}
let $iMock = vi.hoisted<Partial<typeof import('@/account.js').$i> | null >(
let $iMock = vi.hoisted<Partial<typeof import('@/i.js').$i> | null >(
() => null
);