mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
feat: 改进身份码获取说明并添加图片指引
This commit is contained in:
12
src/components.d.ts
vendored
12
src/components.d.ts
vendored
@@ -19,21 +19,11 @@ declare module 'vue' {
|
||||
LabelItem: typeof import('./components/LabelItem.vue')['default']
|
||||
LiveInfoContainer: typeof import('./components/LiveInfoContainer.vue')['default']
|
||||
MonacoEditorComponent: typeof import('./components/MonacoEditorComponent.vue')['default']
|
||||
NAlert: typeof import('naive-ui')['NAlert']
|
||||
NAvatar: typeof import('naive-ui')['NAvatar']
|
||||
NButton: typeof import('naive-ui')['NButton']
|
||||
NCard: typeof import('naive-ui')['NCard']
|
||||
NEllipsis: typeof import('naive-ui')['NEllipsis']
|
||||
NEmpty: typeof import('naive-ui')['NEmpty']
|
||||
NFlex: typeof import('naive-ui')['NFlex']
|
||||
NFormItemGi: typeof import('naive-ui')['NFormItemGi']
|
||||
NIcon: typeof import('naive-ui')['NIcon']
|
||||
NImage: typeof import('naive-ui')['NImage']
|
||||
NPopconfirm: typeof import('naive-ui')['NPopconfirm']
|
||||
NGridItem: typeof import('naive-ui')['NGridItem']
|
||||
NScrollbar: typeof import('naive-ui')['NScrollbar']
|
||||
NSpace: typeof import('naive-ui')['NSpace']
|
||||
NTag: typeof import('naive-ui')['NTag']
|
||||
NText: typeof import('naive-ui')['NText']
|
||||
PointGoodsItem: typeof import('./components/manage/PointGoodsItem.vue')['default']
|
||||
PointHistoryCard: typeof import('./components/manage/PointHistoryCard.vue')['default']
|
||||
PointOrderCard: typeof import('./components/manage/PointOrderCard.vue')['default']
|
||||
|
||||
@@ -697,10 +697,24 @@ onUnmounted(() => {
|
||||
<Question24Regular />
|
||||
</NIcon>
|
||||
</template>
|
||||
前往获取
|
||||
前往幻星页面
|
||||
</NButton>
|
||||
</template>
|
||||
在幻星页面右侧或者开播页获取推流地址旁边可以复制身份码
|
||||
在幻星页面右侧 或者 <NButton
|
||||
text
|
||||
tag="a"
|
||||
href="https://link.bilibili.com/p/center/index#/my-room/start-live"
|
||||
target="_blank"
|
||||
type="success"
|
||||
>
|
||||
开播页
|
||||
</NButton>直播信息处可以获取
|
||||
<br />
|
||||
刷新身份码后需要在这里更新
|
||||
<img
|
||||
src="https://files.vtsuru.suki.club/updatelog/dbc2b6fe-fc85-42f3-9167-78f15abe74ce.png"
|
||||
style="max-width: 400px; display: block; margin-top: 8px;"
|
||||
/>
|
||||
</NTooltip>
|
||||
</NInputGroup>
|
||||
</NSpace>
|
||||
|
||||
Reference in New Issue
Block a user