feat: Pure 主题更新 (#178)

* 使用hash路由以改进后端服务器无法返回正确* 路由的结果
* 更新关于界面
* 播放列表界面优化
* 增加欢迎页的功能说明
This commit is contained in:
52fisher 2024-09-19 06:48:19 +08:00 committed by GitHub
parent 7f5692d6cd
commit 180f28800e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 60 additions and 104 deletions

View File

@ -1 +0,0 @@
@media (min-width: 1024px){.about{min-height:100vh;display:flex;align-items:center}}

View File

@ -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};

View File

@ -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};

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,24 +1,26 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/static/pure/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>小爱音箱操控面板</title>
<script type="module" crossorigin src="/static/pure/assets/index-DHfKp1Ci.js"></script>
<link rel="stylesheet" crossorigin href="/static/pure/assets/index-8Y5EC-13.css">
<!-- Google tag (gtag.js) --> <head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z09NC1K7ZW"></script> <meta charset="UTF-8">
<script> <link rel="icon" href="/static/pure/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>小爱音箱操控面板</title>
<script type="module" crossorigin src="/static/pure/assets/index-C9BDvfvm.js"></script>
<link rel="stylesheet" crossorigin href="/static/pure/assets/index-DUo8JY-R.css">
</head>
<body>
<div id="app"></div>
<!-- 作者的统计代码 -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z09NC1K7ZW"></script>
<script>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)}; function gtag() { dataLayer.push(arguments) };
gtag('js', new Date()); gtag('js', new Date());
gtag('config', 'G-Z09NC1K7ZW'); gtag('config', 'G-Z09NC1K7ZW');
</script> </script>
</body>
</head> </html>
<body>
<div id="app"></div>
</body>
</html>