Skip to content

Commit

Permalink
build: update static version
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Dec 4, 2024
1 parent be48fe9 commit fa21d02
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions xiaomusic/static/default/debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width">
<title>Debug For XiaoMusic</title>

<link rel="stylesheet" type="text/css" href="./style.css?version=1733247688">
<link rel="stylesheet" type="text/css" href="./style.css?version=1733278946">
<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
<script src="./jquery-3.7.1.min.js?version=1733247688"></script>
<script src="./jquery-3.7.1.min.js?version=1733278946"></script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z09NC1K7ZW"></script>
Expand Down
4 changes: 2 additions & 2 deletions xiaomusic/static/default/downloadtool.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>歌曲下载工具</title>
<link rel="stylesheet" type="text/css" href="./style.css?version=1733247688">
<script src="./jquery-3.7.1.min.js?version=1733247688"></script>
<link rel="stylesheet" type="text/css" href="./style.css?version=1733278946">
<script src="./jquery-3.7.1.min.js?version=1733278946"></script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z09NC1K7ZW"></script>
Expand Down
6 changes: 3 additions & 3 deletions xiaomusic/static/default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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=1733247688"></script>
<script src="./app.js?version=1733247688"></script>
<link rel="stylesheet" type="text/css" href="./style.css?version=1733247688">
<script src="./jquery-3.7.1.min.js?version=1733278946"></script>
<script src="./app.js?version=1733278946"></script>
<link rel="stylesheet" type="text/css" href="./style.css?version=1733278946">

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z09NC1K7ZW"></script>
Expand Down
2 changes: 1 addition & 1 deletion xiaomusic/static/default/m3u.html
Original file line number Diff line number Diff line change
Expand Up @@ -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="./style.css?version=1733247688">
<link rel="stylesheet" type="text/css" href="./style.css?version=1733278946">

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z09NC1K7ZW"></script>
Expand Down
6 changes: 3 additions & 3 deletions xiaomusic/static/default/setting.html
Original file line number Diff line number Diff line change
Expand Up @@ -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=1733247688"></script>
<script src="./setting.js?version=1733247688"></script>
<link rel="stylesheet" type="text/css" href="./style.css?version=1733247688">
<script src="./jquery-3.7.1.min.js?version=1733278946"></script>
<script src="./setting.js?version=1733278946"></script>
<link rel="stylesheet" type="text/css" href="./style.css?version=1733278946">

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z09NC1K7ZW"></script>
Expand Down

0 comments on commit fa21d02

Please sign in to comment.