chore: bump version to v0.4.7; upgrade deps

This commit is contained in:
鲁树人
2025-03-31 04:03:45 +09:00
parent 88cfbcd337
commit d91e2fffe4
11 changed files with 2273 additions and 2041 deletions

3
src/vite-env.d.ts vendored
View File

@@ -4,6 +4,5 @@ module 'virtual:pwa-register' {
/**
* See: {@link https://vite-pwa-org.netlify.app/guide/prompt-for-update.html}
*/
// eslint-disable-next-line @typescript-eslint/no-unused-vars
declare function registerSW(opts: unknown): () => void;
declare function registerSW(_opts: unknown): () => void;
}