Skip to content

Commit

Permalink
feat: 后台设置名称优化
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Sep 22, 2024
1 parent b077dbe commit ec8099b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xiaomusic/static/default/setting.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@ <h2>小爱音箱设置面板
<option value="false" selected>false</option>
</select>

<label for="disable_httpauth">关闭密码验证:</label>
<label for="disable_httpauth">关闭控制台密码验证:</label>
<select id="disable_httpauth">
<option value="true" selected>true</option>
<option value="false">false</option>
</select>
<label for="httpauth_username">web控制台账户:</label>
<label for="httpauth_username">控制台账户:</label>
<input id="httpauth_username" type="text" value=""></input>
<label for="httpauth_password">web控制台密码:</label>
<label for="httpauth_password">控制台密码:</label>
<input id="httpauth_password" type="password" value=""></input>

<label for="disable_download">关闭下载功能:</label>
Expand All @@ -140,7 +140,7 @@ <h2>小爱音箱设置面板
<option value="false">false</option>
</select>

<label for="use_music_api">触屏版兼容模式:</label>
<label for="use_music_api">型号兼容模式:</label>
<select id="use_music_api">
<option value="true">true</option>
<option value="false" selected>false</option>
Expand Down

0 comments on commit ec8099b

Please sign in to comment.