From 57ea4f2b6f87f0d358702d2f2067a7de607a0a33 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Fri, 19 Dec 2025 01:07:02 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=87=AA=E5=AE=9A=E4=B9=89=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E8=8F=9C=E5=8D=95=E6=96=B0=E5=A2=9E=20immersive=20?= =?UTF-8?q?=E6=B2=89=E6=B5=B8=E5=BC=8F=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/pages/manage/application.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/assets/js/pages/manage/application.vue b/resources/assets/js/pages/manage/application.vue index 442e8bb04..cd8dfda4e 100644 --- a/resources/assets/js/pages/manage/application.vue +++ b/resources/assets/js/pages/manage/application.vue @@ -201,10 +201,11 @@
- {{ $L('保持激活状态 (keep_alive)') }} - {{ $L('禁用作用域样式') }} - {{ $L('透明背景') }} + {{ $L('保持激活状态') }} {{ $L('自动暗黑模式') }} + {{ $L('沉浸式') }} + {{ $L('透明背景') }} + {{ $L('禁用作用域样式') }}
@@ -443,6 +444,7 @@ const createCustomMicroMenu = () => ({ visible_to: 'admin', keep_alive: true, auto_dark_theme: true, + immersive: false, } });