Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed Nov 14, 2023
1 parent 3f62c39 commit b243c6e
Show file tree
Hide file tree
Showing 12 changed files with 1,855 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/index-603e5a00.css

Large diffs are not rendered by default.

43 changes: 43 additions & 0 deletions assets/index-66013e25.js

Large diffs are not rendered by default.

Binary file added favicon.ico
Binary file not shown.
Binary file added icon_128.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 icon_256.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 icon_32.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 icon_32.webp
Binary file not shown.
Binary file added icon_48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="zh">
<head>


<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" charset='UTF-8' />
<meta name="description" content="DNF 纸娃娃时装模拟系统" />
<title>纸娃娃系统</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="//www.googletagmanager.com/gtag/js?id=G-EJEV1KHS4M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(...args) {
window.dataLayer.push(args);
}
gtag("js", new Date());

gtag("config", "G-EJEV1KHS4M");
</script>
<script type="module" crossorigin src="/assets/index-66013e25.js"></script>
<link rel="stylesheet" href="/assets/index-603e5a00.css">
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>

<body>
<noscript>
<strong>We're sorry but avatar doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>


</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":"/","icons":[{"src":"icon_32.png","sizes":"32x32","type":"image/png","purpose":"any maskable"},{"src":"icon_32.webp","sizes":"32x32","type":"images/webp","purpose":"any maskable"},{"src":"icon_48.png","sizes":"48x48","type":"image/png","purpose":"any maskable"},{"src":"icon_128.png","sizes":"128x128","type":"image/png","purpose":"any maskable"},{"src":"icon_256.png","sizes":"256x256","type":"image/png","purpose":"any maskable"}]}
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.

Loading

0 comments on commit b243c6e

Please sign in to comment.