diff --git a/src/views/AboutView.vue b/src/views/AboutView.vue
index 76bdd3f..b68e28f 100644
--- a/src/views/AboutView.vue
+++ b/src/views/AboutView.vue
@@ -1,5 +1,5 @@
@@ -7,9 +7,9 @@ import { NButton, NCard, NDivider, NLayoutContent, NSpace, NText } from 'naive-u
关于
- 一个兴趣释然的网站.
+ 一个兴趣使然的网站
- 反馈 | 建议 | 需求 | 闲聊: 群:
+ 反馈 | 建议 | 需求 | 闲聊: 🐧
邮箱:
-
- megghy@qq.com
-
+ admin@vtsuru.live
@@ -36,15 +29,16 @@ import { NButton, NCard, NDivider, NLayoutContent, NSpace, NText } from 'naive-u
开发者:
Megghy
-
- 技术栈: 前端 VUE3 + NAIVE UI, 后端 .NET 8
-
+ 技术栈: 前端 VUE3 + NAIVE UI, 后端 .NET 8
+ 更新日志
+
+
+
+
-
- 回到主页
-
+ 回到主页
diff --git a/src/views/ManageLayout.vue b/src/views/ManageLayout.vue
index 89c954f..90ebbf3 100644
--- a/src/views/ManageLayout.vue
+++ b/src/views/ManageLayout.vue
@@ -56,11 +56,11 @@ const menuOptions = [
to: {
name: 'manage-history',
},
- disabled: !accountInfo.value?.isEmailVerified,
},
{ default: () => '历史' }
),
key: 'manage-history',
+ disabled: !accountInfo.value?.isEmailVerified,
icon: renderIcon(AnalyticsSharp),
},
{
@@ -71,11 +71,11 @@ const menuOptions = [
to: {
name: 'manage-event',
},
- disabled: accountInfo.value?.isBiliVerified != true,
},
{ default: () => '舰长和SC' }
),
key: 'manage-event',
+ disabled: !accountInfo.value?.isEmailVerified,
icon: renderIcon(VehicleShip24Filled),
},
{
@@ -86,12 +86,12 @@ const menuOptions = [
to: {
name: 'manage-schedule',
},
- disabled: !accountInfo.value?.isEmailVerified || (accountInfo.value?.settings?.enableFunctions.indexOf(FunctionTypes.Schedule) ?? -1) == -1,
},
{ default: () => '日程' }
),
key: 'manage-schedule',
icon: renderIcon(CalendarClock24Filled),
+ disabled: !accountInfo.value?.isEmailVerified || (accountInfo.value?.settings?.enableFunctions.indexOf(FunctionTypes.Schedule) ?? -1) == -1,
},
{
label: () =>
@@ -101,12 +101,12 @@ const menuOptions = [
to: {
name: 'manage-songList',
},
- disabled: !accountInfo.value?.isEmailVerified || (accountInfo.value?.settings?.enableFunctions.indexOf(FunctionTypes.SongList) ?? -1) == -1,
},
{ default: () => '歌单' }
),
key: 'manage-songList',
icon: renderIcon(MusicalNote),
+ disabled: !accountInfo.value?.isEmailVerified || (accountInfo.value?.settings?.enableFunctions.indexOf(FunctionTypes.SongList) ?? -1) == -1,
},
{
label: () =>
@@ -116,12 +116,12 @@ const menuOptions = [
to: {
name: 'manage-questionBox',
},
- disabled: !accountInfo.value?.isEmailVerified || (accountInfo.value?.settings?.enableFunctions.indexOf(FunctionTypes.QuestionBox) ?? -1) == -1,
},
{ default: () => '棉花糖 (提问箱' }
),
key: 'manage-questionBox',
icon: renderIcon(Chatbox),
+ disabled: !accountInfo.value?.isEmailVerified || (accountInfo.value?.settings?.enableFunctions.indexOf(FunctionTypes.QuestionBox) ?? -1) == -1,
},
{
label: () =>
@@ -136,6 +136,7 @@ const menuOptions = [
),
key: 'manage-lottery',
icon: renderIcon(Lottery24Filled),
+ disabled: !accountInfo.value?.isEmailVerified,
},
]
diff --git a/src/views/manage/EventView.vue b/src/views/manage/EventView.vue
index d2ecad6..bf8978b 100644
--- a/src/views/manage/EventView.vue
+++ b/src/views/manage/EventView.vue
@@ -166,7 +166,10 @@ onMounted(() => {
- 实验性功能, 尚不稳定.
+
+ 实验性功能, 尚不稳定.
+ 使用此功能前你需要先认证Bilibili账号
+