mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-04-27 20:44:24 +08:00
fix(components): correction of wrong label bar configuration explanation.
This commit is contained in:
@@ -135,7 +135,7 @@ const local: App.I18n.Schema = {
|
|||||||
title: 'Tab Settings',
|
title: 'Tab Settings',
|
||||||
visible: 'Tab Visible',
|
visible: 'Tab Visible',
|
||||||
cache: 'Tag Bar Info Cache',
|
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',
|
height: 'Tab Height',
|
||||||
mode: {
|
mode: {
|
||||||
title: 'Tab Mode',
|
title: 'Tab Mode',
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ const local: App.I18n.Schema = {
|
|||||||
title: '标签栏设置',
|
title: '标签栏设置',
|
||||||
visible: '显示标签栏',
|
visible: '显示标签栏',
|
||||||
cache: '标签栏信息缓存',
|
cache: '标签栏信息缓存',
|
||||||
cacheTip: '一键开启/关闭全局 keepalive',
|
cacheTip: '离开页面后仍然保留标签栏信息',
|
||||||
height: '标签栏高度',
|
height: '标签栏高度',
|
||||||
mode: {
|
mode: {
|
||||||
title: '标签栏风格',
|
title: '标签栏风格',
|
||||||
|
|||||||
Reference in New Issue
Block a user