mirror of
https://github.com/oiov/vmail.git
synced 2026-06-05 21:03:00 +08:00
- 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.
19 lines
520 B
HTML
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>
|