mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-10 20:36:55 +08:00
feat: 更新设置和组件,增强用户通知功能, 修复用户订单记录渲染
- 在 Setting_SendEmail 接口中新增 receiveOrder 字段,支持积分礼物兑换通知。 - 优化 PointOrderCard 组件,处理用户信息时增加安全性。 - 更新 ViewerLayout 组件,异步获取用户数据逻辑简化。 - 在 SettingsManageView 中新增积分礼物兑换邮件通知选项。 - 增强 PointSettings 组件,添加通知设置保存功能。 - 更新 QuestionBoxView 组件样式,提升视觉效果。
This commit is contained in:
@@ -207,7 +207,7 @@ onUnmounted(() => {
|
||||
|
||||
<template>
|
||||
<div
|
||||
style="max-width: 700px; margin: 0 auto"
|
||||
class="question-box-container"
|
||||
title="提问"
|
||||
>
|
||||
<!-- 提问表单 -->
|
||||
@@ -401,3 +401,12 @@ onUnmounted(() => {
|
||||
<NDivider />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.question-box-container {
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user