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

@ -387,6 +387,7 @@ declare namespace App {
title: string;
visible: string;
cache: string;
cacheTip: string;
height: string;
mode: { title: string } & Record<UnionKey.ThemeTabMode, string>;
};
@ -416,7 +417,7 @@ declare namespace App {
};
content: {
title: string;
scrollMode: { title: string } & Record<UnionKey.ThemeScrollMode, string>;
scrollMode: { title: string; tip: string } & Record<UnionKey.ThemeScrollMode, string>;
page: {
animate: string;
mode: { title: string } & Record<UnionKey.ThemePageAnimateMode, string>;