From 6887b0166296420dde6d8d12062509e0db0e16e0 Mon Sep 17 00:00:00 2001 From: Azir-11 <2075125282@qq.com> Date: Thu, 26 Mar 2026 14:07:43 +0800 Subject: [PATCH] fix(components): correction of wrong label bar configuration explanation. --- src/locales/langs/en-us.ts | 2 +- src/locales/langs/zh-cn.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/langs/en-us.ts b/src/locales/langs/en-us.ts index 4daa0d2c..fd3bfc00 100644 --- a/src/locales/langs/en-us.ts +++ b/src/locales/langs/en-us.ts @@ -135,7 +135,7 @@ const local: App.I18n.Schema = { title: 'Tab Settings', visible: 'Tab Visible', cache: 'Tag Bar Info Cache', - cacheTip: 'One-click to open/close global keepalive', + cacheTip: 'Keep the tab bar information after leaving the page', height: 'Tab Height', mode: { title: 'Tab Mode', diff --git a/src/locales/langs/zh-cn.ts b/src/locales/langs/zh-cn.ts index ed4903fa..bd6ef0a5 100644 --- a/src/locales/langs/zh-cn.ts +++ b/src/locales/langs/zh-cn.ts @@ -132,7 +132,7 @@ const local: App.I18n.Schema = { title: '标签栏设置', visible: '显示标签栏', cache: '标签栏信息缓存', - cacheTip: '一键开启/关闭全局 keepalive', + cacheTip: '离开页面后仍然保留标签栏信息', height: '标签栏高度', mode: { title: '标签栏风格',