feat: update

This commit is contained in:
Rogee
2025-05-09 20:50:01 +08:00
parent 8b06ffcaad
commit bd9ab160c7

View File

@@ -18,9 +18,6 @@ const router = useRouter();
const article = ref(null);
const buying = ref(false);
const player = ref(null);
const videoElement = ref(null);
const mediaLoaded = ref(false);
// 启用中文
I18N.use(ZH)