diff --git a/.idea/dictionaries/ThrRip.xml b/.idea/dictionaries/ThrRip.xml
index e7be944..720395f 100644
--- a/.idea/dictionaries/ThrRip.xml
+++ b/.idea/dictionaries/ThrRip.xml
@@ -7,6 +7,7 @@
dscreen
fortawesome
getline
+ minisearch
mktemp
mzgfan
nuxtjs
@@ -14,6 +15,7 @@
singleline
typecheck
webmanifest
+ xmark
zstd
diff --git a/packages/home/app/app.vue b/packages/home/app/app.vue
index 2f7e9a4..1e40c22 100644
--- a/packages/home/app/app.vue
+++ b/packages/home/app/app.vue
@@ -179,26 +179,120 @@
- {{ `共 ${viewPlaylistCountTotal} 首歌` +
- (viewPlaylistCountTotal !== viewPlaylistCountDisplayed ? `,已显示 ${viewPlaylistCountDisplayed} 首` : '') }}
+
+ {{
+ viewPlaylistCountTotal === viewPlaylistCountDisplayed ?
+ `共 ${viewPlaylistCountTotal} 首歌` :
+ `搜索到 ${viewPlaylistCountDisplayed} 首歌`
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+