feat(projects): add prompt information for scrolling mode and tab bar caching.

This commit is contained in:
Azir-11
2025-08-12 23:59:23 +08:00
committed by Soybean
parent 4005763c00
commit 29a2a5c66a
5 changed files with 12 additions and 1 deletions

View File

@ -109,6 +109,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',
height: 'Tab Height',
mode: {
title: 'Tab Mode',
@ -144,6 +145,7 @@ const local: App.I18n.Schema = {
title: 'Content Area Settings',
scrollMode: {
title: 'Scroll Mode',
tip: 'The theme scroll only scrolls the main part, the outer scroll can carry the header and footer together',
wrapper: 'Wrapper',
content: 'Content'
},