Skip to content

Commit

Permalink
deploy: d08908d
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Feb 3, 2024
0 parents commit 9758283
Show file tree
Hide file tree
Showing 24 changed files with 223 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ac.yunyoujun.cn
1 change: 1 addition & 0 deletions assets/Rc-m7NUryRJ.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{u as t,j as e,R as o}from"./index-ZfFhc1zW.js";const r=()=>(t(),e.jsx(o,{}));export{r as default};
1 change: 1 addition & 0 deletions assets/ac.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/audio/ac-work.m4a
Binary file not shown.
Binary file added assets/audio/ac-work.mp3
Binary file not shown.
Binary file added assets/audio/air-extractor-fan.m4a
Binary file not shown.
Binary file added assets/audio/air-extractor-fan.mp3
Binary file not shown.
Binary file added assets/audio/di.m4a
Binary file not shown.
Binary file added assets/audio/di.mp3
Binary file not shown.
Binary file added assets/fonts/digital-7-mono.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions assets/index-1pPCHjpc.css

Large diffs are not rendered by default.

164 changes: 164 additions & 0 deletions assets/index-ZfFhc1zW.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/web-vitals-BptxjviT.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ximalaya-logo-with-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ximalaya-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#409EFF" />
<meta name="description" content="Air Conditioner" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<title>便携小空调 - 为你的夏日带去清凉!</title>
<script>
(function () {
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
const setting = (localStorage.getItem('usehooks-ts-dark-mode') === 'true' ? 'dark' : 'light') || 'auto'
if (setting === 'dark' || (prefersDark && setting !== 'light'))
document.documentElement.classList.toggle('dark', true)
})()
</script>
<script type="module" crossorigin src="/assets/index-ZfFhc1zW.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-1pPCHjpc.css">
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>

<body>
<div id="root"></div>
</body>

</html>
1 change: 1 addition & 0 deletions manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"便携小空调","short_name":"云空调","start_url":".","display":"standalone","background_color":"#ffffff","lang":"en","scope":"/","theme_color":"#000000","icons":[{"src":"favicon.svg","type":"image/png","sizes":"64x64"}]}
1 change: 1 addition & 0 deletions registerSW.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Allow: /
1 change: 1 addition & 0 deletions sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9758283

Please sign in to comment.