mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-04-24 18:50:27 +08:00
feature:使用手册
This commit is contained in:
@@ -32,6 +32,7 @@ DEMO 地址账号密码为:admin/admin
|
||||
2. docker-compose -f local.yml up
|
||||
|
||||
# 💯 How to Use
|
||||
[【使用手册】](https://xiers-organization.gitbook.io/music-tag-web/)
|
||||
|
||||
镜像已上传至阿里云Docker Registry 操作指南:
|
||||
|
||||
|
||||
@@ -45,6 +45,9 @@
|
||||
<li class="nav-item" @click="handleUserListClic2k">
|
||||
后台管理
|
||||
</li>
|
||||
<li class="nav-item" @click="handleUserListClic3k">
|
||||
使用手册
|
||||
</li>
|
||||
<li class="nav-item" @click="handleUserListClick">
|
||||
关于作者
|
||||
</li>
|
||||
@@ -99,6 +102,13 @@
|
||||
btn.click()
|
||||
clearStore()
|
||||
},
|
||||
handleUserListClic3k(e) {
|
||||
const btn = document.createElement('a')
|
||||
btn.setAttribute('href', 'https://xiers-organization.gitbook.io/music-tag-web/')
|
||||
document.body.appendChild(btn)
|
||||
btn.click()
|
||||
clearStore()
|
||||
},
|
||||
loginUser() {
|
||||
this.$api.Task.loginInfo().then((res) => {
|
||||
if (res.result) {
|
||||
|
||||
@@ -395,8 +395,8 @@
|
||||
<div class="parent">
|
||||
<div class="title2">应用</div>
|
||||
<div class="title2">封面</div>
|
||||
<div class="title2">歌曲名</div>
|
||||
<div class="title2">歌手</div>
|
||||
<div class="title2">标题</div>
|
||||
<div class="title2">艺术家</div>
|
||||
<div class="title2">专辑</div>
|
||||
<div class="title2">歌词</div>
|
||||
<div class="title2">年份</div>
|
||||
|
||||
Reference in New Issue
Block a user