vmail/frontend/index.html
oiov a5f474f5bc Add multilingual support and API documentation updates
- Updated localization files for Japanese, Korean, Portuguese, Russian, Turkish, Traditional Chinese, and Simplified Chinese to include new API-related strings.
- Enhanced the Header component to support language switching with a dropdown menu.
- Modified the i18n configuration to improve language detection and added support for new languages.
- Updated the Footer component to reflect the correct copyright years.
- Adjusted the API documentation page to use localized strings for the title.
2026-02-11 17:07:36 +08:00

19 lines
520 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>VMAIL - Virtual Temporary Email</title>
</head>
<script
defer
src="https://cloud.umami.is/script.js"
data-website-id="dd863280-9d30-40b9-b1ea-e9e9a9f03d2d"
></script>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>