2026-03-07 05:42:32 +00:00
|
|
|
|
<!doctype html>
|
2026-03-18 15:18:47 +08:00
|
|
|
|
<html lang="zh-CN">
|
2026-03-07 05:42:32 +00:00
|
|
|
|
<head>
|
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
2026-03-18 15:18:47 +08:00
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
2026-03-07 05:42:32 +00:00
|
|
|
|
<meta name="theme-color" content="#3b82f6" />
|
2026-03-18 15:18:47 +08:00
|
|
|
|
<meta name="description" content="使用间隔重复系统高效学习法语单词" />
|
|
|
|
|
|
<meta name="keywords" content="法语,学习,单词,记忆,SRS" />
|
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
|
|
|
|
|
<meta name="apple-mobile-web-app-title" content="法语词汇" />
|
|
|
|
|
|
<link rel="apple-touch-icon" href="/icon-192.png" />
|
2026-03-07 05:42:32 +00:00
|
|
|
|
<link rel="manifest" href="/manifest.json" />
|
2026-03-18 15:18:47 +08:00
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
|
|
|
|
<title>法语词汇学习</title>
|
2026-03-07 05:42:32 +00:00
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
|
|
<div id="root"></div>
|
2026-03-18 15:18:47 +08:00
|
|
|
|
<noscript>
|
|
|
|
|
|
<div style="padding: 20px; text-align: center;">
|
|
|
|
|
|
<h2>需要启用 JavaScript</h2>
|
|
|
|
|
|
<p>请启用 JavaScript 以使用法语词汇学习应用</p>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</noscript>
|
2026-03-07 05:42:32 +00:00
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|