Merge pull request #139 from Dexlux/disable_automatic_translation

fix: 将HTML语言属性从"en"改为"zh-CN"以关闭自动翻译
This commit is contained in:
Zyronon
2025-10-29 18:18:31 +08:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html lang="zh-CN">
<head>
<meta charset="UTF-8"/>
<link rel="icon" type="image/svg+xml" href="/favicon.png"/>