feat: Added Sogou Translate

This commit is contained in:
2025-12-04 14:45:35 +08:00
parent b6015f5de5
commit 352caece4a
9 changed files with 311 additions and 79 deletions

View File

@@ -1,13 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>onin-web-translate</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>onin-web-translate</title>
</head>
<body>
<div id="app" class="h-[100vh] w-full"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>