fix lint & add i18n

This commit is contained in:
まっちゃとーにゅ 2024-03-07 05:23:22 +09:00
parent 7abf5dcb78
commit b4fc96ca5b
No known key found for this signature in database
GPG key ID: 6AFBBF529601C1DB
10 changed files with 10 additions and 8 deletions

View file

@ -5,7 +5,7 @@
import type { SoundStore } from '@/store.js';
import { defaultStore } from '@/store.js';
import { $i } from "@/account.js";
import { $i } from '@/account.js';
let ctx: AudioContext;
const cache = new Map<string, AudioBuffer>();