diff --git a/.vscode/settings.json b/.vscode/settings.json
index f162934a..d6dc7415 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,6 +1,7 @@
{
"cSpell.words": [
"axios",
+ "Bilibili",
"galgame",
"Galgame",
"iconify",
diff --git a/src/components/setting-panel/KUNGalgameSettingPanel.vue b/src/components/setting-panel/KUNGalgameSettingPanel.vue
index cecdec4c..290b7000 100644
--- a/src/components/setting-panel/KUNGalgameSettingPanel.vue
+++ b/src/components/setting-panel/KUNGalgameSettingPanel.vue
@@ -1,7 +1,5 @@
-
今日热门话题
+
+
+ {{ $t(`mainPage.asideActive['${titleName}']`) }}
+
-
+
-
-
+
+
+
+
-
-
+
+
+
+
diff --git a/src/views/Home/content/aside/topic/components/SingleTopic.vue b/src/views/Home/content/aside/topic/components/SingleTopic.vue
index b546504e..16ba72a4 100644
--- a/src/views/Home/content/aside/topic/components/SingleTopic.vue
+++ b/src/views/Home/content/aside/topic/components/SingleTopic.vue
@@ -12,14 +12,14 @@ const isHotTopic = props.isHotTopic
{{ title }}
-
+
- {{ value }}
-
-
-
{{ time }}
+
+
+ {{ value }}
+
@@ -36,11 +36,10 @@ const isHotTopic = props.isHotTopic
cursor: pointer;
/* 单个新帖子的 hover */
&:hover {
- box-shadow: -2px -2px 5px $kungalgame-white, 2px 2px 5px $kungalgame-gray-3;
+ box-shadow: $kungalgame-shadow-1;
}
&:active {
- box-shadow: inset 1px 1px 2px $kungalgame-gray-3,
- inset -1px -1px 2px $kungalgame-white;
+ box-shadow: $kungalgame-shadow-2;
}
}
/* 单个帖子的标题样式 */
diff --git a/src/views/contacts/Contacts.vue b/src/views/contacts/Contacts.vue
index 91a0a6ce..11386924 100644
--- a/src/views/contacts/Contacts.vue
+++ b/src/views/contacts/Contacts.vue
@@ -1,10 +1,6 @@
@@ -32,11 +28,12 @@ const handleClick = () => {
-
-
-
- 返回主页
-
+
+
+
+ {{ msg }}
+
+
Copyright © 2023 KUNgalgame
diff --git a/src/views/rank/Rank.vue b/src/views/rank/Rank.vue
index a21b8e8c..77105bd1 100644
--- a/src/views/rank/Rank.vue
+++ b/src/views/rank/Rank.vue
@@ -942,7 +942,7 @@ import KUNGalgameTopBar from '@/components/KUNGalgameTopBar.vue'
height: 100vh;
display: flex;
flex-direction: column;
- background-image: url(../img/bg/bg1.png);
+ background-image: url('@/assets/images/bg/bg5.png');
/* background-image: url(./img/bg/bg2.png; */
background-repeat: no-repeat;
background-position: center;