style: 修改提示

This commit is contained in:
涵曦 2024-10-15 20:34:39 +08:00
parent e9dba716b7
commit a3ddca05a3

View File

@ -99,13 +99,13 @@ var vConsole = new window.VConsole();
<label for="proxy">XIAOMUSIC_PROXY(ytsearch需要):</label> <label for="proxy">XIAOMUSIC_PROXY(ytsearch需要):</label>
<input id="proxy" type="text" placeholder="http://192.168.2.5:8080"></input> <input id="proxy" type="text" placeholder="http://192.168.2.5:8080"></input>
<label for="remove_id3tag">去除MP3 ID3v2和填充,减少播放前延迟:</label> <label for="remove_id3tag">去除MP3 ID3v2和填充:</label>
<select id="remove_id3tag"> <select id="remove_id3tag">
<option value="true">true</option> <option value="true">true</option>
<option value="false" selected>false</option> <option value="false" selected>false</option>
</select> </select>
<label for="convert_to_mp3">转换为MP3</label> <label for="convert_to_mp3">转换为MP3:</label>
<select id="convert_to_mp3"> <select id="convert_to_mp3">
<option value="true">true</option> <option value="true">true</option>
<option value="false" selected>false</option> <option value="false" selected>false</option>