Browse Source

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

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

5
main.html

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

Loading…
Cancel
Save