1 Star 0 Fork 1

chenwei527/handle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
antfu 提交于 2022-02-06 11:18 . fix: disable scale
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<title>汉兜 - 汉字 Wordle</title>
<meta name="description" content="汉兜 - 汉字 Wordle">
<meta property="og:image" content="https://handle.antfu.me/og.png"/>
<meta property="og:title" content="汉兜"/>
<meta property="og:description" content="汉兜 - 汉字 Wordle"/>
<meta name="twitter:image" content="https://handle.antfu.me/og.png"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:creator" content="antfu7"/>
</head>
<body>
<div id="app"></div>
<script>
(function() {
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
const setting = localStorage.getItem('color-schema') || 'auto'
if (setting === 'dark' || (prefersDark && setting !== 'light'))
document.documentElement.classList.toggle('dark', true)
})()
</script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenwei527/handle.git
git@gitee.com:chenwei527/handle.git
chenwei527
handle
handle
main

搜索帮助