Skip to content

Commit

Permalink
feat: 允许在后台设置监听端口
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Sep 18, 2024
1 parent dcbf433 commit 8d7b533
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xiaomusic/static/default/setting.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ <h2>小爱音箱设置面板
<option value="false" selected>false</option>
</select>

<label for="port">监听端口(修改后需要重启):</label>
<input id="port" type="number" value="8090"></input>

<label for="public_port">外网访问端口(0表示跟监听端口一致):</label>
<input id="public_port" type="number" value="0"></input>

Expand Down

0 comments on commit 8d7b533

Please sign in to comment.