96 lines
5.2 KiB
HTML
96 lines
5.2 KiB
HTML
<!doctype html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="UTF-8"/>
|
||
<title>Type Words 官网 - 词文记 | 单词跟打 · 文章跟打</title>
|
||
<!-- 搜索引擎描述 -->
|
||
<meta name="description"
|
||
content="Type Words 官方网站 - 在线英语练习平台,支持单词、文章跟打练习,提升英语学习效率。Practice English, one strike, one step forward">
|
||
<!-- 关键词(可选,搜索引擎基本不用,但能补充信息) -->
|
||
<meta name="keywords"
|
||
content="Type Words, Typing Word, Type Words 官网, 官方网站, 英语打字练习, 单词跟打, 文章跟打, 键盘练习, 英语学习, 文章学习, 打字练习软件, 单词记忆工具, 英语学习软件, 背单词神器, 英语肌肉记忆, 键盘工作者, 免费英语学习, 音标发音, 默写练习, 在线学英语, CET-4, CET-6, TOEFL, IELTS, GRE, GMAT, SAT, 考研英语, 专四专八, 程序员英语, JavaScript API, Node.js API, Java API, Linux命令, 编程词汇, 技术英语, VSCode插件, 开源项目, GitHub趋势榜, V2EX热搜, Gitee GVP, 少数派推荐, 英语打字训练, WPM统计, 准确率分析, 商务英语, BEC, 雅思听力, 日语学习, 多语言学习, 英语口语练习, 单词拼写训练">
|
||
|
||
<meta name="author" content="zyronon"/>
|
||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"/>
|
||
<link rel="canonical" href="https://typewords.cc/"/>
|
||
|
||
<!-- Open Graph(用于社交媒体分享,微信/QQ/知乎/Facebook 等) -->
|
||
<meta property="og:title" content="Type Words 官网 - 英语打字练习平台">
|
||
<meta property="og:description"
|
||
content="Type Words 官方网站 - 在线英语练习平台,支持单词、文章跟打练习,提升英语学习效率。Practice English, one strike, one step forward">
|
||
<meta property="og:type" content="website">
|
||
<meta property="og:url" content="https://typewords.cc/">
|
||
<meta property="og:image" content="https://typewords.cc/favicon.png">
|
||
|
||
<!-- Twitter Card(用于 Twitter 分享) -->
|
||
<meta name="twitter:card" content="summary_large_image">
|
||
<meta name="twitter:title" content="Type Words 官网 - 英语打字练习平台">
|
||
<meta name="twitter:description"
|
||
content="Type Words 官方网站 - 在线英语练习平台,支持单词、文章跟打练习,提升英语学习效率。Practice English, one strike, one step forward">
|
||
<meta name="twitter:image" content="https://typewords.cc/favicon.png">
|
||
|
||
<link rel="icon" type="image/svg+xml" href="/favicon.png"/>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||
<!-- 苹果设备(iOS Safari)在用户添加到主屏时显示的图标-->
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.png"/>
|
||
<!-- 设置浏览器地址栏颜色(在 Android Chrome 特别明显)。-->
|
||
<meta name="theme-color" content="#818CF8"/>
|
||
<link rel="manifest" href="/manifest.json">
|
||
|
||
<!-- 阻止 iOS 自动把数字识别为电话号码。-->
|
||
<!-- HandheldFriendly 和 MobileOptimized 是旧手机浏览器的优化提示(现在作用不大)。-->
|
||
<meta name="format-detection" content="telephone=no"/>
|
||
<meta name="HandheldFriendly" content="True"/>
|
||
<meta name="MobileOptimized" content="320"/>
|
||
|
||
<!-- referrer 控制请求来源信息-->
|
||
<meta name="referrer" content="origin-when-cross-origin"/>
|
||
<!-- color-scheme 告诉浏览器支持亮/暗模式-->
|
||
<meta name="color-scheme" content="light dark"/>
|
||
|
||
<script>
|
||
if (!location.href.includes('localhost')
|
||
&& !location.href.includes('192.168')
|
||
&& !location.href.includes('172.16')
|
||
&& !location.href.includes('10.0')
|
||
) {
|
||
var _hmt = _hmt || [];
|
||
(function () {
|
||
var hm = document.createElement("script");
|
||
hm.src = "https://hm.baidu.com/hm.js?3dae52fcd5375a19905462e4ad3eb54e";
|
||
var s = document.getElementsByTagName("script")[0];
|
||
s.parentNode.insertBefore(hm, s);
|
||
})();
|
||
|
||
(function () {
|
||
var umami = document.createElement("script");
|
||
umami.src = 'https://typewords.cc/s.js'
|
||
if (location.href.includes('vercel') || location.href.includes('tw')) {
|
||
umami.setAttribute("data-website-id", "f630eefc-8b91-4e20-b890-106e6c7bcc10");
|
||
} else {
|
||
umami.setAttribute("data-website-id", "160308c9-7900-4b1d-a0b1-c3b25a9530f6");
|
||
}
|
||
var s = document.getElementsByTagName("script")[0];
|
||
s.parentNode.insertBefore(umami, s);
|
||
})();
|
||
|
||
(function () {
|
||
var umami2 = document.createElement("script");
|
||
umami2.src = 'https://stat.typewords.cc/script.js'
|
||
umami2.setAttribute("data-website-id", "4d728ae3-5393-4efe-81dc-30dcb4f33c00");
|
||
var s = document.getElementsByTagName("script")[0];
|
||
s.parentNode.insertBefore(umami2, s);
|
||
})();
|
||
}
|
||
</script>
|
||
</head>
|
||
<body>
|
||
<noscript>
|
||
<div>You need to enable JavaScript to run Type Words.</div>
|
||
<div>你需要启用 JavaScript 来运行 Type Words.</div>
|
||
</noscript>
|
||
<div id="app"></div>
|
||
<script type="module" src="/src/main.ts"></script>
|
||
</body>
|
||
</html>
|