mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
fix openlive index display
This commit is contained in:
@@ -282,7 +282,7 @@ onMounted(async () => {
|
||||
1. 如果 EventFetcher 使用的是开放平台连接则无法通过UId搜索除了已认证和手动添加之外的用户
|
||||
(因为开放平台提供的是OpenId, 不通用)
|
||||
<br/>
|
||||
2. 用户名只会保持在首条记录出现时的用户名
|
||||
2. 用户名只会保持在首条记录出现时的用户名, 即用户更换用户名之后这里也只会保持不变
|
||||
</NTooltip>
|
||||
</NFlex>
|
||||
<NCheckbox v-model:checked="settings.onlyAuthed"> 只显示已认证用户 </NCheckbox>
|
||||
|
||||
@@ -51,7 +51,7 @@ const accountInfo = useAccount()
|
||||
</NSpace>
|
||||
<br />
|
||||
<NAlert
|
||||
v-if="accountInfo?.eventFetcherState.online != true"
|
||||
v-if="accountInfo?.eventFetcherState?.online != true"
|
||||
type="warning"
|
||||
title="可用性警告"
|
||||
style="max-width: 600px; margin: 0 auto"
|
||||
|
||||
Reference in New Issue
Block a user