From e5b1efd75a2ed17963f45ba5356c689d1cf8ad40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Fri, 23 May 2025 23:52:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=BD=9C=E8=A7=89=E5=A4=A7?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E7=9B=BE=E8=AE=A1=E7=AE=97=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 4 ++-- service-worker.js | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/script.js b/script.js index 50837af4..fabf5133 100644 --- a/script.js +++ b/script.js @@ -6881,8 +6881,8 @@ function refreshTeamAwokenEfeect(awokenEffectDom, team, ti, option) { const thisAwokenNum = awokenCountInTeam(team, ak, solo, teamsCount); const prob = thisAwokenNum * 0.07 //普通觉醒7% + teamLatents.filter(l=>l===2+ak).length * 0.01 //小潜觉 1% - + teamLatents.filter(l=>l===28+ak).length * 0.03; //大潜觉 3% - awoken.setAttribute(dataAttrName,Math.round(Math.min(prob,1)*100)); + + teamLatents.filter(l=>l===28+ak).length * 0.025; //大潜觉 2.5% + awoken.setAttribute(dataAttrName,Math.round(Math.min(prob,1)*1000)/10); } } diff --git a/service-worker.js b/service-worker.js index d9c30aef..e4aa537d 100644 --- a/service-worker.js +++ b/service-worker.js @@ -50235,7 +50235,7 @@ const cachesMap = new Map([ ], [ "script.js", - "663ba5cc491de11c5a14b34a55c43eba" + "2d95ac4cb28e69456a5c8581adaa452d" ], [ "solo.html", @@ -50481,10 +50481,18 @@ const cachesMap = new Map([ "library/core-js.min.js", "8b28275b4bc0267c494cd46a15a7734f" ], + [ + "library/html-to-image.js", + "8c69fd08591f0c8b77996c381f40e5d3" + ], [ "library/html2canvas.min.js", "a692cfc262fd4a43738caf3edf2c7a3d" ], + [ + "library/modern-screenshot.js", + "b3af08b760252ed46bd2be973f010533" + ], [ "library/zxing.umd.min.js", "bc4aee4e60193999c1917a1e14715007"