diff --git a/web/index.js b/web/index.js index b0fe9da..4fc3439 100644 --- a/web/index.js +++ b/web/index.js @@ -162,9 +162,11 @@ const component_manage= {

本站是 MSW Project 的一个应用,希望以个人之力分享被隐藏在历史中的音乐。

自己是V家厨,喜欢的p主包括 wonder-k, buzzG, *luna 等,但却因为种种原因淹没在主流音乐APP的曲库中。本站的初衷是为了让那些知名度低的 VOCALOID / ACG / 东方曲,能够被更多有缘人听到,同时有一个跨平台的工具,能够在低网速的条件下享受硬盘中的无损音乐。

站内音乐来自公开网络,仅供个人使用,如有侵权或建议请提交反馈

- - - +
+ + + +
diff --git a/web/style.css b/web/style.css index e265c24..e5f1a36 100644 --- a/web/style.css +++ b/web/style.css @@ -59,3 +59,8 @@ div.search_toolbar { flex-wrap: wrap; justify-content: flex-end; } +div.feedback { + display: flex; + flex-direction: row; + flex-wrap: wrap; +}