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 Jul 19, 2024
1 parent 51ef9e0 commit d4bc1c4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions xiaomusic/static/debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<meta name="viewport" content="width=device-width">
<title>Debug For XiaoMusic</title>

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

<script>
var vConsole = new window.VConsole();
Expand Down
6 changes: 3 additions & 3 deletions xiaomusic/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta name="viewport" content="width=device-width">
<title>小爱音箱操控面板</title>
<script src="/static/jquery-3.7.1.min.js?version=1721213953"></script>
<script src="/static/app.js?version=1721213953"></script>
<link rel="stylesheet" type="text/css" href="/static/style.css?version=1721213953">
<script src="/static/jquery-3.7.1.min.js?version=1721391529"></script>
<script src="/static/app.js?version=1721391529"></script>
<link rel="stylesheet" type="text/css" href="/static/style.css?version=1721391529">

<!--
<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion xiaomusic/static/m3u.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>M3U to JSON Converter</title>
<link rel="stylesheet" type="text/css" href="/static/style.css?version=1721213953">
<link rel="stylesheet" type="text/css" href="/static/style.css?version=1721391529">
<!--
<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
<script>
Expand Down
6 changes: 3 additions & 3 deletions xiaomusic/static/setting.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta name="viewport" content="width=device-width">
<title>小爱音箱操控面板</title>
<script src="/static/jquery-3.7.1.min.js?version=1721213953"></script>
<script src="/static/setting.js?version=1721213953"></script>
<link rel="stylesheet" type="text/css" href="/static/style.css?version=1721213953">
<script src="/static/jquery-3.7.1.min.js?version=1721391529"></script>
<script src="/static/setting.js?version=1721391529"></script>
<link rel="stylesheet" type="text/css" href="/static/style.css?version=1721391529">

<!--
<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
Expand Down

0 comments on commit d4bc1c4

Please sign in to comment.