Skip to content

Commit

Permalink
refactor: 更新静态文件
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Sep 22, 2024
1 parent 5145590 commit e6b030e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions xiaomusic/static/default/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="./style.css?version=1726785704">
<link rel="stylesheet" type="text/css" href="./style.css?version=1727033309">
<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
<script src="./jquery-3.7.1.min.js?version=1726785704"></script>
<script src="./jquery-3.7.1.min.js?version=1727033309"></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 @@ -3,9 +3,9 @@
<head>
<meta name="viewport" content="width=device-width">
<title>小爱音箱操控面板</title>
<script src="./jquery-3.7.1.min.js?version=1726785704"></script>
<script src="./app.js?version=1726785704"></script>
<link rel="stylesheet" type="text/css" href="./style.css?version=1726785704">
<script src="./jquery-3.7.1.min.js?version=1727033309"></script>
<script src="./app.js?version=1727033309"></script>
<link rel="stylesheet" type="text/css" href="./style.css?version=1727033309">

<!-- 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 @@ -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="./style.css?version=1726785704">
<link rel="stylesheet" type="text/css" href="./style.css?version=1727033309">

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z09NC1K7ZW"></script>
Expand Down
8 changes: 5 additions & 3 deletions xiaomusic/static/default/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="./jquery-3.7.1.min.js?version=1726785704"></script>
<script src="./setting.js?version=1726785704"></script>
<link rel="stylesheet" type="text/css" href="./style.css?version=1726785704">
<script src="./jquery-3.7.1.min.js?version=1727033309"></script>
<script src="./setting.js?version=1727033309"></script>
<link rel="stylesheet" type="text/css" href="./style.css?version=1727033309">

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z09NC1K7ZW"></script>
Expand All @@ -16,10 +16,12 @@
gtag('config', 'G-Z09NC1K7ZW');
</script>

<!--
<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
<script>
var vConsole = new window.VConsole();
</script>
-->

</head>
<body>
Expand Down

0 comments on commit e6b030e

Please sign in to comment.