feat: 添加积分兑换通知功能;优化通知处理逻辑;更新设置以支持新通知类型

This commit is contained in:
2025-04-09 12:45:30 +08:00
parent 6687888c97
commit 655b92081e
5 changed files with 113 additions and 47 deletions

View File

@@ -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="弹幕相关"