From 1cc220c39889d09f5948ebe3d2253f89cd9be8fb Mon Sep 17 00:00:00 2001 From: lilili Date: Sun, 31 Jan 2021 21:26:00 +0800 Subject: [PATCH] update index.html. --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 3e9fcb9..e64fedd 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - 合成大西瓜 + 合成六周年 @@ -127,11 +127,11 @@ // console.log("window.navigator.language",window.navigator.language); if (window.navigator.language == "zh-CN" || window.navigator.language == "zh-cn") { - document.title = "小游戏:合成大西瓜"; + document.title = "小游戏:合成六周年"; } else if (window.navigator.language == "zh-TW") { - document.title = "小遊戲:合成大西瓜"; + document.title = "小遊戲:合成六周年"; } else if (window.navigator.language == "zh-HK") { - document.title = "小遊戲:合成大西瓜"; + document.title = "小遊戲:合成六周年"; } else if (window.navigator.language == "ko-KR") { document.title = "작은 놀이:큰 수박 을 합성 하 다"; } else if (window.navigator.language == "ja-JP") { -- Gitee