mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
update desc
This commit is contained in:
@@ -3,7 +3,7 @@ import { NCard, NDivider, NGradientText, NSpace, NText, NIcon, NGrid, NGridItem,
|
|||||||
import vtb from '@/svgs/ic_vtuber.svg'
|
import vtb from '@/svgs/ic_vtuber.svg'
|
||||||
import { AnalyticsSharp, Calendar, Chatbox, MusicalNote } from '@vicons/ionicons5'
|
import { AnalyticsSharp, Calendar, Chatbox, MusicalNote } from '@vicons/ionicons5'
|
||||||
import { useWindowSize } from '@vueuse/core'
|
import { useWindowSize } from '@vueuse/core'
|
||||||
import { Lottery24Filled, MoreHorizontal24Filled, VehicleShip24Filled, VideoAdd20Filled } from '@vicons/fluent'
|
import { Lottery24Filled, MoneyOff24Filled, MoreHorizontal24Filled, VehicleShip24Filled, VideoAdd20Filled } from '@vicons/fluent'
|
||||||
|
|
||||||
const { width } = useWindowSize()
|
const { width } = useWindowSize()
|
||||||
|
|
||||||
@@ -48,9 +48,14 @@ const functions = [
|
|||||||
desc: '绑定账号后查看粉丝 舰长 观看数 等数据的历史记录',
|
desc: '绑定账号后查看粉丝 舰长 观看数 等数据的历史记录',
|
||||||
icon: AnalyticsSharp,
|
icon: AnalyticsSharp,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: '绝不收米!',
|
||||||
|
desc: '为爱发电, 所有功能都免费并提供技术支持 (当然你想赞助的话也可以捏',
|
||||||
|
icon: MoneyOff24Filled,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: '还有更多',
|
name: '还有更多',
|
||||||
desc: '有其他合理需求或者建议, 或者有想要添加的样式? 向我提出!',
|
desc: '更多功能仍在开发中. 有其他合理需求或者建议, 或者有想要添加的样式? 向我提出!',
|
||||||
icon: MoreHorizontal24Filled,
|
icon: MoreHorizontal24Filled,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -134,7 +134,6 @@ async function start() {
|
|||||||
if (auth) {
|
if (auth) {
|
||||||
authResult.value = auth
|
authResult.value = auth
|
||||||
} else {
|
} else {
|
||||||
message.error('无法获取场次数据, 请刷新重试')
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
initChatClient()
|
initChatClient()
|
||||||
|
|||||||
Reference in New Issue
Block a user