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 Sep 10, 2024
1 parent 2f61058 commit 3f0a1cb
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=1725719681">
<link rel="stylesheet" type="text/css" href="/static/style.css?version=1725986534">
<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
<script src="/static/jquery-3.7.1.min.js?version=1725719681"></script>
<script src="/static/jquery-3.7.1.min.js?version=1725986534"></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=1725719681"></script>
<script src="/static/app.js?version=1725719681"></script>
<link rel="stylesheet" type="text/css" href="/static/style.css?version=1725719681">
<script src="/static/jquery-3.7.1.min.js?version=1725986534"></script>
<script src="/static/app.js?version=1725986534"></script>
<link rel="stylesheet" type="text/css" href="/static/style.css?version=1725986534">

<!--
<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=1725719681">
<link rel="stylesheet" type="text/css" href="/static/style.css?version=1725986534">
<!--
<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=1725719681"></script>
<script src="/static/setting.js?version=1725719681"></script>
<link rel="stylesheet" type="text/css" href="/static/style.css?version=1725719681">
<script src="/static/jquery-3.7.1.min.js?version=1725986534"></script>
<script src="/static/setting.js?version=1725986534"></script>
<link rel="stylesheet" type="text/css" href="/static/style.css?version=1725986534">

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

0 comments on commit 3f0a1cb

Please sign in to comment.