mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-10 20:36:55 +08:00
feat: 修复图片url, 开始弹幕机编写
This commit is contained in:
@@ -104,7 +104,7 @@ const route = useRoute()
|
||||
const accountInfo = useAccount()
|
||||
const message = useMessage()
|
||||
const notice = useNotification()
|
||||
const client = await useDanmakuClient().initClient()
|
||||
const client = await useDanmakuClient().initOpenlive()
|
||||
|
||||
const isWarnMessageAutoClose = useStorage('SongRequest.Settings.WarnMessageAutoClose', false)
|
||||
const volumn = useStorage('Settings.Volumn', 0.5)
|
||||
|
||||
@@ -64,7 +64,7 @@ const settings = computed(() => {
|
||||
})
|
||||
const cooldown = useStorage<{ [id: number]: number }>('Setting.MusicRequest.Cooldown', {})
|
||||
const musicRquestStore = useMusicRequestProvider()
|
||||
const client = await useDanmakuClient().initClient()
|
||||
const client = await useDanmakuClient().initOpenlive()
|
||||
|
||||
const props = defineProps<{
|
||||
roomInfo?: OpenLiveInfo
|
||||
|
||||
@@ -84,7 +84,7 @@ const route = useRoute()
|
||||
const message = useMessage()
|
||||
const accountInfo = useAccount()
|
||||
const notification = useNotification()
|
||||
const client = await useDanmakuClient().initClient()
|
||||
const client = await useDanmakuClient().initOpenlive()
|
||||
|
||||
const originUsers = ref<OpenLiveLotteryUserInfo[]>([])
|
||||
const currentUsers = ref<OpenLiveLotteryUserInfo[]>([])
|
||||
|
||||
@@ -113,7 +113,7 @@ const route = useRoute()
|
||||
const accountInfo = useAccount()
|
||||
const message = useMessage()
|
||||
const notice = useNotification()
|
||||
const client = await useDanmakuClient().initClient()
|
||||
const client = await useDanmakuClient().initOpenlive()
|
||||
|
||||
const isWarnMessageAutoClose = useStorage('Queue.Settings.WarnMessageAutoClose', false)
|
||||
const isReverse = useStorage('Queue.Settings.Reverse', false)
|
||||
|
||||
@@ -73,7 +73,7 @@ type SpeechInfo = {
|
||||
const accountInfo = useAccount()
|
||||
const message = useMessage()
|
||||
const route = useRoute()
|
||||
const client = await useDanmakuClient().initClient()
|
||||
const client = await useDanmakuClient().initOpenlive()
|
||||
const settings = useStorage<SpeechSettings>('Setting.Speech', {
|
||||
speechInfo: {
|
||||
volume: 1,
|
||||
|
||||
Reference in New Issue
Block a user