1 Star 0 Fork 113

Jane / tov-template

forked from Nicholas / tov-template 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 738 Bytes
一键复制 编辑 原始数据 按行查看 历史
markthree 提交于 2022-01-31 16:01 . chore: favicon support
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<script>
(function () {
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
const setting = localStorage.getItem('vueuse-color-scheme') || 'auto'
if (setting === 'dark' || (prefersDark && setting !== 'light'))
document.documentElement.classList.toggle('dark', true)
})()
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
TypeScript
1
https://gitee.com/Jane3309/tov-template.git
git@gitee.com:Jane3309/tov-template.git
Jane3309
tov-template
tov-template
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891