修复 offset bug
前后端添加 get_files_in_folder API
更改拼写 respond 为 response
添加 HTTP GET 方法获取文件
一个根组件
前端支持搜索文件夹,多页浏览
前端支持播放音乐
前端支持更新和重置数据库
前端全局唯一音乐播放器
This commit is contained in:
2021-05-22 02:50:15 +08:00
parent 47619888b3
commit c9b7d598b2
4 changed files with 360 additions and 25 deletions

View File

@@ -6,7 +6,7 @@
<body>
<div id="app">
<component-search-files></component-search-files>
<root-component></root-component>
</div>
</body>
<script src="vue.js"></script>