Browse Source

修改浏览器不自动转换语言

master
liaoxinyu 1 year ago
parent
commit
b0ad4bee59
  1. 5
      main.html

5
main.html

@ -1,7 +1,8 @@
<!DOCTYPE html>
<html lang="zh-CN">
<html>
<head>
<meta charset="utf-8">
<meta name="google" content="notranslate">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="/static/ot.ico">
<title>
@ -22,7 +23,7 @@
<noscript>
<strong>Please enable JavaScript to continue.</strong>
</noscript>
<div id="app"></div>
<div id="app" class="123456"></div>
<!-- built files will be auto injected -->
</body>
</html>

Loading…
Cancel
Save