From f6ec5f17423891ea866ef7d227f46b6ddfad7ebf Mon Sep 17 00:00:00 2001 From: giteaadmin Date: Mon, 4 May 2026 13:07:45 +0000 Subject: [PATCH] minigame 2 add more design 1.2 --- www/html/Game/public/js/version.js | 2 +- www/html/Game/public/play.html | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/www/html/Game/public/js/version.js b/www/html/Game/public/js/version.js index 18d72f9..b1bd0e6 100644 --- a/www/html/Game/public/js/version.js +++ b/www/html/Game/public/js/version.js @@ -1,6 +1,6 @@ // ทุกครั้งที่มีการเพิ่มหรือเปลี่ยน ให้เพิ่ม v +0.0001 // หลังแก้ค่าแล้วต้อง copy ไป path ที่ Nginx ชี้ (หรือรัน copy-frogger-files-only.sh) ถึงจะเห็นบนเว็บ -window.APP_VERSION = '0.0232'; +window.APP_VERSION = '0.0233'; document.addEventListener('DOMContentLoaded', function () { var t = document.querySelector('.version-tag'); if (t) t.textContent = 'v ' + window.APP_VERSION; diff --git a/www/html/Game/public/play.html b/www/html/Game/public/play.html index 8c1661a..a02353d 100644 --- a/www/html/Game/public/play.html +++ b/www/html/Game/public/play.html @@ -2096,6 +2096,16 @@ .play-cyber-panel-title.is-hidden { display: none !important; } + /* กล่องหัว score.png (Last Light) — บนแมปอื่นมี is-hidden แต่เดิมไม่มี display:none จึงเห็นกรอบว่างเหนือ SCORE */ + #play-cyber-crown-score-head.is-hidden { + display: none !important; + margin: 0 !important; + padding: 0 !important; + height: 0 !important; + min-height: 0 !important; + overflow: hidden !important; + border: none !important; + } .play-cyber-score-list { list-style: none; margin: 0; @@ -2665,8 +2675,8 @@ - - + +
v —