mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
update version check
This commit is contained in:
@@ -825,6 +825,12 @@ onUnmounted(() => {
|
||||
<NAlert type="warning" v-else title="你尚未注册并登录 VTsuru.live, 大部分规则设置将不可用 (因为我懒得在前段重写一遍逻辑">
|
||||
<NButton @click="$router.push({ name: 'manage-index' })" type="primary"> 前往登录或注册 </NButton>
|
||||
</NAlert>
|
||||
|
||||
<NAlert type="warning" closable>
|
||||
不要同时开多个页面, 会导致点歌重复! 可以考虑使用
|
||||
<NButton text type="primary" tag="a" href="https://www.yuque.com/megghy/dez70g/vfvcyv3024xvaa1p" target="_blank"> VtsuruEventFetcher </NButton>
|
||||
, 部署后还可以记录SC和上舰历史
|
||||
</NAlert>
|
||||
<br />
|
||||
<NCard size="small">
|
||||
<NSpace align="center">
|
||||
@@ -834,11 +840,6 @@ onUnmounted(() => {
|
||||
</template>
|
||||
{{ configCanEdit ? '' : '登陆后才可以使用此功能' }}
|
||||
</NTooltip>
|
||||
<NAlert type="warning">
|
||||
不要同时开多个页面, 会导致点歌重复! 可以考虑使用
|
||||
<NButton text type="primary" tag="a" href="https://www.yuque.com/megghy/dez70g/vfvcyv3024xvaa1p" target="_blank"> VtsuruEventFetcher </NButton>
|
||||
, 部署后还可以记录SC和上舰历史
|
||||
</NAlert>
|
||||
</NSpace>
|
||||
</NCard>
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user