+
-
+
{{ tag }}
-
+
+ 上传图片
@@ -213,14 +222,31 @@ onUnmounted(() => {
- 只有注册用户才能够上传图片
+
+ 只有注册用户才能够上传图片
+
-
-
+
+
-
+
发送
{
- 不能给自己提问
+
+ 不能给自己提问
+
公开回复
-
-
+
+
-
-
+
+
-
+
@@ -259,12 +307,29 @@ onUnmounted(() => {
{{ item.question.message }}
-
-
+
+
-
-
-
+
+
+
{{ item.answer?.message }}
diff --git a/src/views/view/SongListView.vue b/src/views/view/SongListView.vue
index 23f0ab4..66c8766 100644
--- a/src/views/view/SongListView.vue
+++ b/src/views/view/SongListView.vue
@@ -1,42 +1,44 @@
-
-
-
- 自定义
-
-
-
+
-
+
+
+ 自定义
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/view/songListTemplate/TraditionalSongListTemplate.vue b/src/views/view/songListTemplate/TraditionalSongListTemplate.vue
index a3e9921..66904cb 100644
--- a/src/views/view/songListTemplate/TraditionalSongListTemplate.vue
+++ b/src/views/view/songListTemplate/TraditionalSongListTemplate.vue
@@ -472,10 +472,10 @@ export const Config = defineTemplateConfig([
- 关于
+ 关于我
- {{ props.config?.longDescription }}
+ {{ props.config?.longDescription ?? '暂时没有填写介绍' }}
@@ -918,7 +918,7 @@ html.dark .filter-input::placeholder {
top: 0; left: 0; right: 0; bottom: 0;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
- background-color: rgba(0, 0, 0, 0.1); /* Optional overlay */
+ background-color: rgba(80, 80, 80, 0.1); /* Optional overlay */
border-radius: inherit; /* Inherit rounding */
z-index: 1; /* Below content */
pointer-events: none;