mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
feat: 修复图片url, 开始弹幕机编写
This commit is contained in:
@@ -19,6 +19,7 @@ import { CN_HOST, isDev } from "@/data/constants";
|
||||
import { invoke } from "@tauri-apps/api/core";
|
||||
import { check } from '@tauri-apps/plugin-updater';
|
||||
import { relaunch } from '@tauri-apps/plugin-process';
|
||||
import { useDanmakuWindow } from "../store/useDanmakuWindow";
|
||||
|
||||
const accountInfo = useAccount();
|
||||
|
||||
@@ -134,6 +135,7 @@ export function OnClientUnmounted() {
|
||||
}
|
||||
|
||||
tray.close();
|
||||
useDanmakuWindow().closeWindow()
|
||||
}
|
||||
|
||||
async function checkUpdate() {
|
||||
|
||||
Reference in New Issue
Block a user