feat: 增加iOS路由切换效果

This commit is contained in:
guozhigq
2023-08-25 13:55:46 +08:00
parent 5741f80536
commit c90a6cd86c
4 changed files with 87 additions and 46 deletions

View File

@ -110,6 +110,7 @@ class SettingBoxKey {
static const String defaultTextScale = 'textScale';
static const String dynamicColor = 'dynamicColor'; // bool
static const String customColor = 'customColor'; // 自定义主题色
static const String iosTransition = 'iosTransition'; // ios路由
}
class LocalCacheKey {