From 1755f67ecabbc3f3c76cc872b96eb57fc52bc245 Mon Sep 17 00:00:00 2001 From: dekun Date: Mon, 27 Jul 2026 07:48:11 +0800 Subject: [PATCH] =?UTF-8?q?Phone=20tabbar:=20=E4=B8=8B=E5=8D=95/=E5=85=B3?= =?UTF-8?q?=E9=94=AE=E4=BD=8D/=E6=9C=9F=E6=9D=83,=20hide=20options=20tab?= =?UTF-8?q?=20when=20unavailable.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common/static/instance_mobile_nav.js | 2 +- lib/instance/templates/embed_shell.html | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/lib/common/static/instance_mobile_nav.js b/lib/common/static/instance_mobile_nav.js index 2ab2961..4402a89 100644 --- a/lib/common/static/instance_mobile_nav.js +++ b/lib/common/static/instance_mobile_nav.js @@ -2,7 +2,7 @@ * 实例手机壳: ≤720px 底栏 +「更多」,与 embed soft-nav 同步. */ (function (global) { - const PRIMARY = { trade: 1, key_monitor: 1, records: 1 }; + const PRIMARY = { trade: 1, key_monitor: 1, options: 1 }; const MQ = "(max-width: 720px)"; function isEmbedShell() { diff --git a/lib/instance/templates/embed_shell.html b/lib/instance/templates/embed_shell.html index 84408b5..c7e9e04 100644 --- a/lib/instance/templates/embed_shell.html +++ b/lib/instance/templates/embed_shell.html @@ -95,9 +95,11 @@