5a613abc33
Update server titles, web/desktop window/tray/document titles, login copy, and electron build metadata to use the Chinese product name 省心推. Drop the runtime locale switcher and en-US import — the app now ships zh-CN only. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
20 lines
331 B
HTML
20 lines
331 B
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0"
|
|
/>
|
|
<title>省心推</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script
|
|
type="module"
|
|
src="/src/main.ts"
|
|
></script>
|
|
</body>
|
|
</html>
|
|
|