deploy: auto commit repo-root changes 2026-07-03 19:05:07

This commit is contained in:
hajimi
2026-07-03 19:05:07 +08:00
parent a88764162d
commit bbb6e9ab69
80 changed files with 81 additions and 84 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import App from './App.vue'
import plugins from './plugins'
import router from './router'
import './styles/index.scss'
import './utils/anti-debug'
// import './utils/anti-debug'
import { setupMixin } from './mixins'
export function createApp() {
const app = createSSRApp(App)
@@ -721,8 +721,7 @@ const requestH5WorldCupLiveFullscreen = (video: HTMLVideoElement, videoId: strin
}
uni.createVideoContext(videoId)?.requestFullScreen?.({ direction: 90 })
} catch (error) {
console.warn('进入世界杯 H5 直播全屏失败', error)
} catch {
}
// #endif
}
@@ -815,8 +814,7 @@ const openH5WorldCupLiveCard = async (live: WorldCupLiveCardItem, playUrl: strin
}
await playH5WorldCupVideo(video)
} catch (error) {
console.warn('播放世界杯 H5 直播失败', error)
} catch {
destroyWorldCupH5Player()
activeWorldCupLiveKey.value = ''
uni.showToast({ title: '当前浏览器无法播放该直播流', icon: 'none' })
@@ -842,8 +840,7 @@ const openWorldCupLiveCard = (live: WorldCupLiveCardItem) => {
direction: 90,
})
videoContext?.play?.()
} catch (error) {
console.warn('进入世界杯直播全屏失败', error)
} catch {
uni.showToast({ title: '当前设备暂不支持全屏', icon: 'none' })
}
}