mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-11 21:06:56 +08:00
feat: 添加积分兑换通知功能;优化通知处理逻辑;更新设置以支持新通知类型
This commit is contained in:
@@ -240,7 +240,7 @@ import { invoke } from '@tauri-apps/api/core';
|
||||
:bordered="false"
|
||||
>
|
||||
<NAlert type="warning">
|
||||
暂未完成
|
||||
未完全完成
|
||||
</NAlert>
|
||||
<NDivider />
|
||||
<NSpace vertical>
|
||||
@@ -262,6 +262,14 @@ import { invoke } from '@tauri-apps/api/core';
|
||||
<component :is="renderNotifidactionEnable('question-box')" />
|
||||
</template>
|
||||
</NCard>
|
||||
<NCard
|
||||
size="small"
|
||||
title="积分兑换通知"
|
||||
>
|
||||
<template #header-extra>
|
||||
<component :is="renderNotifidactionEnable('goods-buy')" />
|
||||
</template>
|
||||
</NCard>
|
||||
<NCard
|
||||
size="small"
|
||||
title="弹幕相关"
|
||||
|
||||
Reference in New Issue
Block a user