mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
add stream lottery
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 { AnalyticsSharp, Calendar, Chatbox, MusicalNote } from '@vicons/ionicons5'
|
||||
import { useWindowSize } from '@vueuse/core'
|
||||
import { Lottery24Filled, MoreHorizontal24Filled, VehicleShip24Filled } from '@vicons/fluent'
|
||||
import { Lottery24Filled, MoreHorizontal24Filled, VehicleShip24Filled, VideoAdd20Filled } from '@vicons/fluent'
|
||||
|
||||
const { width } = useWindowSize()
|
||||
|
||||
@@ -33,10 +33,15 @@ const functions = [
|
||||
desc: '从动态评论区抽取评论或者转发的用户',
|
||||
icon: Lottery24Filled,
|
||||
},
|
||||
{
|
||||
name: '直播抽奖',
|
||||
desc: '从直播间弹幕或礼物抽取用户',
|
||||
icon: Lottery24Filled,
|
||||
},
|
||||
{
|
||||
name: '视频征集',
|
||||
desc: '创建用来收集视频链接的页面, 可以从动态爬取, 也可以提前对视频进行筛选',
|
||||
icon: Lottery24Filled,
|
||||
icon: VideoAdd20Filled,
|
||||
},
|
||||
{
|
||||
name: '数据跟踪',
|
||||
|
||||
Reference in New Issue
Block a user