feat: Pure 主题更新 (#178)
* 使用hash路由以改进后端服务器无法返回正确* 路由的结果 * 更新关于界面 * 播放列表界面优化 * 增加欢迎页的功能说明
This commit is contained in:
parent
7f5692d6cd
commit
180f28800e
@ -1 +0,0 @@
|
|||||||
@media (min-width: 1024px){.about{min-height:100vh;display:flex;align-items:center}}
|
|
@ -1 +0,0 @@
|
|||||||
import{_ as o,c as s,a as t,o as a}from"./index-DHfKp1Ci.js";const n={},c={class:"about"};function r(_,e){return a(),s("div",c,e[0]||(e[0]=[t("h1",null,"This is an about page",-1)]))}const l=o(n,[["render",r]]);export{l as default};
|
|
@ -1 +0,0 @@
|
|||||||
import{_ as o,c as s,a as t,o as a}from"./index-SRiaS3ii.js";const n={},c={class:"about"};function r(_,e){return a(),s("div",c,e[0]||(e[0]=[t("h1",null,"This is an about page",-1)]))}const l=o(n,[["render",r]]);export{l as default};
|
|
BIN
xiaomusic/static/pure/assets/guidance-BdU7g-Gp.png
Normal file
BIN
xiaomusic/static/pure/assets/guidance-BdU7g-Gp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 224 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
40
xiaomusic/static/pure/assets/index-C9BDvfvm.js
Normal file
40
xiaomusic/static/pure/assets/index-C9BDvfvm.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
xiaomusic/static/pure/assets/index-DUo8JY-R.css
Normal file
1
xiaomusic/static/pure/assets/index-DUo8JY-R.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,13 +1,18 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="icon" href="/static/pure/favicon.ico">
|
<link rel="icon" href="/static/pure/favicon.ico">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>小爱音箱操控面板</title>
|
<title>小爱音箱操控面板</title>
|
||||||
<script type="module" crossorigin src="/static/pure/assets/index-DHfKp1Ci.js"></script>
|
<script type="module" crossorigin src="/static/pure/assets/index-C9BDvfvm.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/static/pure/assets/index-8Y5EC-13.css">
|
<link rel="stylesheet" crossorigin href="/static/pure/assets/index-DUo8JY-R.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="app"></div>
|
||||||
|
<!-- 作者的统计代码 -->
|
||||||
<!-- Google tag (gtag.js) -->
|
<!-- Google tag (gtag.js) -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z09NC1K7ZW"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z09NC1K7ZW"></script>
|
||||||
<script>
|
<script>
|
||||||
@ -16,9 +21,6 @@
|
|||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
gtag('config', 'G-Z09NC1K7ZW');
|
gtag('config', 'G-Z09NC1K7ZW');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="app"></div>
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user