Browse Source

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

master
liaoxinyu 11 months ago
parent
commit
0acdae1aa6
  1. 1
      main.html
  2. 2
      manifest.json

1
main.html

@ -2,6 +2,7 @@
<html lang="zh-CN"> <html lang="zh-CN">
<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/kos.ico"> <link rel="icon" href="/static/kos.ico">
<title> <title>

2
manifest.json

@ -1,6 +1,6 @@
{ {
"name" : "Coinkos", "name" : "Coinkos",
"appid" : "__UNI__88A589F", "appid" : "__UNI__9DD8F29",
"description" : "", "description" : "",
"versionName" : "1.0.0", "versionName" : "1.0.0",
"versionCode" : 100, "versionCode" : 100,

Loading…
Cancel
Save