diff --git a/web/index.js b/web/index.js
index dee95fc..b0fe9da 100644
--- a/web/index.js
+++ b/web/index.js
@@ -15,6 +15,7 @@ const component_search_folders = {
}
},
template: `
+
@@ -58,6 +59,7 @@ const component_search_folders = {
+
`,
mounted() {
if (this.$route.query.folder_id) {
@@ -154,7 +156,8 @@ const component_manage= {
}
},
template: `
-
+
+
关于本站
本站是 MSW Project 的一个应用,希望以个人之力分享被隐藏在历史中的音乐。
自己是V家厨,喜欢的p主包括 wonder-k, buzzG, *luna 等,但却因为种种原因淹没在主流音乐APP的曲库中。本站的初衷是为了让那些知名度低的 VOCALOID / ACG / 东方曲,能够被更多有缘人听到,同时有一个跨平台的工具,能够在低网速的条件下享受硬盘中的无损音乐。
@@ -162,6 +165,7 @@ const component_manage= {
+
@@ -442,12 +446,14 @@ const component_search_files = {
emits: ['play_audio'],
props: ['token'],
template: `
-
+
+
{{ offset }}~{{ offset + files.length }}
+
@@ -512,7 +518,10 @@ const component_get_random_files = {
}
},
template: `
-
+
+
+
+
@@ -528,6 +537,7 @@ const component_get_random_files = {
+
`,
mounted() {
this.get_random_files()
diff --git a/web/style.css b/web/style.css
index 7f4390b..e265c24 100644
--- a/web/style.css
+++ b/web/style.css
@@ -47,3 +47,15 @@ td.clickable {
div.clickable {
cursor: pointer;
}
+div.page {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+}
+div.search_toolbar {
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ justify-content: flex-end;
+}