From 52a6774abe98a1e6caadd949943346e46d5dba24 Mon Sep 17 00:00:00 2001 From: zhaolinxu Date: Fri, 24 Aug 2018 13:31:41 +0800 Subject: [PATCH] Https --- index.html | 6 +++--- main.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 9c50333..4e0ca29 100644 --- a/index.html +++ b/index.html @@ -249,9 +249,9 @@ target-densityDpi=device-dpi"/> - - - + + + diff --git a/main.js b/main.js index ba828ef..dbed7b3 100644 --- a/main.js +++ b/main.js @@ -3843,7 +3843,7 @@ Game.Launch=function() if (Math.random()<0.01 || nextMoni>=maxPayout) { this.chain=0; - popup='饼干链
+'+moniStr+' 饼干!
饼干链 over. 你制作了 '+Beautify(this.totalFromChain)+' cookies.
'; + popup='饼干链
+'+moniStr+' 饼干!
饼干链完成. 你制作了 '+Beautify(this.totalFromChain)+' 饼干.
'; } else { @@ -4906,7 +4906,7 @@ Game.Launch=function() '
手动点击的饼干 : '+Beautify(Game.handmadeCookies)+'
'+ '
金饼干点击 : '+Beautify(Game.goldenClicksLocal)+' (全部 : '+Beautify(Game.goldenClicks)+')
'+//' '+ '
当前版本 : '+Game.version+'
'+ - '
汉化者 : 好阳光的爸爸
'+ + '
汉化者 :@好阳光的爸爸、@TG303
'+ ((researchStr!='' || wrathStr!='' || pledgeStr!='' || santaStr!='' || dragonStr!='' || Game.season!='' || ascensionModeStr!='')?( '
'+ -- Gitee