feat: 集成音频播放组件和视频播放器

This commit is contained in:
2026-02-11 14:49:16 +08:00
parent 9a92e6ffb4
commit c6feeeef8b
48 changed files with 15614 additions and 1584 deletions

View File

@@ -1,6 +1,5 @@
import App from './App'
import App from './App.vue'
import messages from './locale/index'
import '@/uni.scss';
let i18nConfig = {
locale: uni.getLocale(),
@@ -29,4 +28,4 @@ export function createApp() {
return {
app
}
}
}