Skip to content

Commit

Permalink
update ui for add and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
woodwhales committed Mar 31, 2023
1 parent 7d6cf65 commit 82de923
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@

### 3.6.0

- **与旧版本库表不兼容,请使用 doc 中的sql进行初始化操作**
- **与低于 v3.6.0 版本的库表不兼容,请使用 doc 中的 [open_music(适用高于 v3.6.0 版本).sql](doc/sql/open_music(适用高于 v3.6.0 版本).sql) 进行库表数据初始化操作**

> 低于 v3.6.0 版本的库表数据初始化 SQL: [open_music(适用低于 v3.6.0 版本).sql](doc/sql/open_music(open_music(适用低于 v3.6.0 版本).sql)
- 后台 UI 页面全面升级(使用 vue + element-ui 进行重构)

- 列表查询、新增、编辑音乐页面增加播放 APlayer 播放器,可支持实时听音乐

- 音乐链接支持 github、alist 来源

### 3.5.5
Expand Down Expand Up @@ -61,7 +66,7 @@ dev 环境账号密码:admin / admin

### 首页

![](doc/images/admin-index.png)
![](doc/images/v3.6.0/admin-index.png)

音乐名称为<font color='gree'>绿色字体</font>,表示该音乐**已关联**音频链接和专辑封面链接。

Expand All @@ -73,7 +78,7 @@ dev 环境账号密码:admin / admin

> 支持:网易云、QQ 音乐、虾米音乐(平台已关闭)
![](doc/images/admin-add.png)
![](doc/images/v3.6.0/admin-add.png)

### 解析

Expand Down
Binary file added doc/images/v3.6.0/admin-add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/v3.6.0/admin-index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions src/main/resources/templates/admin2/add.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,6 @@ <h2>woodwhales-music</h2>
</el-form>
</el-row>

<el-row style="margin-bottom: 12px;">
<el-collapse v-model="sys.activeNames">
<el-collapse-item title="音乐仓库链接" name="1">
<div>仓库01-https://fastly.jsdelivr.net/gh/woodwhales/woodwhales-music-store/</div>
</el-collapse-item>
</el-collapse>
</el-row>

<el-row style="margin-bottom: 12px;">
<el-divider content-position="left">解析音乐</el-divider>
</el-row>
Expand Down

0 comments on commit 82de923

Please sign in to comment.