优化分类选择功能:新增默认展开分类列表设置,更新相关页面以支持此功能

This commit is contained in:
2026-04-06 14:06:06 +08:00
parent 654a21e7e6
commit e28e1c6da8
9 changed files with 48 additions and 16 deletions
+2
View File
@@ -36,6 +36,7 @@ export interface ApplicationSettings extends BaseApplicationSetting {
showAccountBalance: boolean;
swipeBack: boolean;
animate: boolean;
expandCategoryTreeByDefault: boolean;
// Application Lock
applicationLock: boolean;
applicationLockWebAuthn: boolean;
@@ -174,6 +175,7 @@ export const DEFAULT_APPLICATION_SETTINGS: ApplicationSettings = {
showAccountBalance: true,
swipeBack: true,
animate: true,
expandCategoryTreeByDefault: false,
// Application Lock
applicationLock: false,
applicationLockWebAuthn: false,