1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-06 14:52:50 +08:00

Compare commits

...

7 Commits

Author SHA1 Message Date
Issues Docs [BOT]
eda16790a7 Auto-Generate docs 🤖 2025-12-05 04:23:56 +00:00
Issues Docs [BOT]
d13a5a2600 Auto-Generate docs 🤖 2025-12-01 15:17:53 +00:00
涵曦
cc5d5a4d2c bump: version 0.3.100 → 0.3.101 2025-12-01 23:15:53 +08:00
涵曦
c3d9a876fd build: update static version 2025-12-01 23:15:52 +08:00
涵曦
c0a0571094 fix: hostname 不允许填 127.0.0.1 和 localhost 2025-12-01 22:37:46 +08:00
涵曦
474a29caf0 fix: 修复自动填端口为0的问题 2025-12-01 22:35:15 +08:00
Issues Docs [BOT]
7e95e966e2 Auto-Generate docs 🤖 2025-12-01 10:53:27 +00:00
12 changed files with 50 additions and 14 deletions

View File

@@ -1,3 +1,12 @@
## v0.3.101 (2025-12-01)
### Fix
- hostname 不允许填 127.0.0.1 和 localhost
- 修复自动填端口为0的问题
- SoundSpace随机播放模式失效 #578 (#585)
- 下线失效的统计服务 close #579
## v0.3.100 (2025-11-09)
### Feat

View File

@@ -64,5 +64,11 @@ title: 多设备单独播放功能设计
没理解哪个功能?
---
### 评论 3 - jason856856842388
做得好
---
[链接到 GitHub Issue](https://github.com/hanxi/xiaomusic/issues/366)

View File

@@ -4,7 +4,8 @@ title: 微信交流群二维码
# 微信交流群二维码
<img width="1031" height="1440" alt="Image" src="https://gproxy.hanxi.cc/proxy/user-attachments/assets/af72fdee-fc26-4988-8ce6-754d902c2fc6" />
# 群里可能比较吵,请开免打扰!可以自己主动退出,请不要举报!
<img width="1031" height="1440" alt="Image" src="https://gproxy.hanxi.cc/proxy/user-attachments/assets/d22cb74a-3646-45bb-acbe-044aa04b22ac" />
## 评论

View File

@@ -1,5 +1,14 @@
# 版本日志
## v0.3.101 (2025-12-01)
### Fix
- hostname 不允许填 127.0.0.1 和 localhost
- 修复自动填端口为0的问题
- SoundSpace随机播放模式失效 #578 (#585)
- 下线失效的统计服务 close #579
## v0.3.100 (2025-11-09)
### Feat

View File

@@ -1,6 +1,6 @@
[project]
name = "xiaomusic"
version = "0.3.100"
version = "0.3.101"
description = "Play Music with xiaomi AI speaker"
authors = [
{name = "涵曦", email = "im.hanxi@gmail.com"},

View File

@@ -1 +1 @@
__version__ = "0.3.100"
__version__ = "0.3.101"

View File

@@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width">
<title>Debug For XiaoMusic</title>
<link rel="stylesheet" type="text/css" href="./main.css?version=1762671468">
<link rel="stylesheet" type="text/css" href="./main.css?version=1764602141">
<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
<script src="./jquery-3.7.1.min.js?version=1762671468"></script>
<script src="./jquery-3.7.1.min.js?version=1764602141"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z09NC1K7ZW"></script>

View File

@@ -4,8 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>歌曲下载工具</title>
<link rel="stylesheet" type="text/css" href="./main.css?version=1762671468">
<script src="./jquery-3.7.1.min.js?version=1762671468"></script>
<link rel="stylesheet" type="text/css" href="./main.css?version=1764602141">
<script src="./jquery-3.7.1.min.js?version=1764602141"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z09NC1K7ZW"></script>

View File

@@ -5,8 +5,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>小爱音箱操控面板</title>
<script src="./jquery-3.7.1.min.js?version=1762671468"></script>
<link rel="stylesheet" href="./main.css?version=1762671468">
<script src="./jquery-3.7.1.min.js?version=1764602141"></script>
<link rel="stylesheet" href="./main.css?version=1764602141">
<link rel="icon" href="./favicon.ico">
<!-- Google tag (gtag.js) -->
@@ -196,7 +196,7 @@
Powered by XiaoMusic
</div>
<script src="./md.js?version=1762671468">
<script src="./md.js?version=1764602141">
</script>
</body>

View File

@@ -5,7 +5,7 @@
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width">
<title>M3U to JSON Converter</title>
<link rel="stylesheet" type="text/css" href="./main.css?version=1762671468">
<link rel="stylesheet" type="text/css" href="./main.css?version=1764602141">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z09NC1K7ZW"></script>

View File

@@ -4,9 +4,9 @@
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width">
<title>小爱音箱操控面板</title>
<script src="./jquery-3.7.1.min.js?version=1762671468"></script>
<script src="./setting.js?version=1762671468"></script>
<link rel="stylesheet" type="text/css" href="./main.css?version=1762671468">
<script src="./jquery-3.7.1.min.js?version=1764602141"></script>
<script src="./setting.js?version=1764602141"></script>
<link rel="stylesheet" type="text/css" href="./main.css?version=1764602141">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z09NC1K7ZW"></script>

View File

@@ -205,6 +205,9 @@ $(function () {
$("#auto-hostname").on("click", () => {
const protocol = window.location.protocol;
const hostname = window.location.hostname;
if (hostname == '127.0.0.1' || hostname == 'localhost') {
alert("hostname 不能是 127.0.0.1 或者 localhost");
}
const baseUrl = `${protocol}//${hostname}`;
console.log(baseUrl);
$("#hostname").val(baseUrl);
@@ -212,6 +215,14 @@ $(function () {
$("#auto-port").on("click", () => {
const port = window.location.port;
if (port == 0) {
const protocol = window.location.protocol;
if (protocol == 'https:') {
port = 443;
} else {
port = 80;
}
}
console.log(port);
$("#public_port").val(port);
});