1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-05-16 10:56:46 +08:00

feat: 默认用空的后台账号和密码

This commit is contained in:
涵曦
2024-07-05 09:10:48 +00:00
parent 794e8dcd06
commit 96e3b8c2ff

View File

@@ -72,9 +72,9 @@
<option value="false">false</option>
</select>
<label for="httpauth_username">web控制台账户:</label>
<input id="httpauth_username" type="text" value="admin"></input>
<input id="httpauth_username" type="text" value=""></input>
<label for="httpauth_password">web控制台密码:</label>
<input id="httpauth_password" type="password" value="admin"></input>
<input id="httpauth_password" type="password" value=""></input>
<label for="disable_download">关闭下载功能:</label>
<select id="disable_download">