refactor: batch 3

This commit is contained in:
鲁树人
2025-05-18 02:41:20 +09:00
parent 75b43e1e84
commit 2e4e57be45
52 changed files with 933 additions and 1136 deletions

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

@@ -6,3 +6,8 @@ module 'virtual:pwa-register' {
*/
declare function registerSW(_opts: unknown): () => void;
}
declare module '*?base64' {
const content: string;
export default content;
}