mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
feat: 修复图片url, 开始弹幕机编写
This commit is contained in:
@@ -5,7 +5,7 @@ import { NAlert } from 'naive-ui'
|
||||
import OpenLottery from '../open_live/OpenLottery.vue'
|
||||
|
||||
const accountInfo = useAccount()
|
||||
const client = await useDanmakuClient().initClient()
|
||||
const client = await useDanmakuClient().initOpenlive()
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ import { NAlert } from 'naive-ui'
|
||||
import MusicRequest from '../open_live/MusicRequest.vue'
|
||||
|
||||
const accountInfo = useAccount()
|
||||
const client = await useDanmakuClient().initClient()
|
||||
const client = await useDanmakuClient().initOpenlive()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user