mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
Compare commits
2 Commits
60af90486c
...
4d997b6615
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d997b6615 | |||
| 14c39bda9d |
@@ -5,6 +5,9 @@
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="Permissions-Policy" content="interest-cohort=()" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title>vtsuru.live</title>
|
||||
<meta name="description" content="为主播提供便利功能" />
|
||||
<script
|
||||
|
||||
@@ -183,6 +183,9 @@ export const useDanmakuClient = defineStore('DanmakuClient', () => {
|
||||
}
|
||||
return useDanmakuClient(); // 如果已连接,则视为“成功”
|
||||
}
|
||||
if (state.value === 'connected') {
|
||||
return useDanmakuClient(); // 如果已连接,则视为“成功”
|
||||
}
|
||||
|
||||
isInitializing = true;
|
||||
state.value = 'connecting';
|
||||
|
||||
Reference in New Issue
Block a user