mod: ai总结样式

This commit is contained in:
guozhigq
2024-10-15 00:06:48 +08:00
parent d77450e1d3
commit 3f9b35b56b
4 changed files with 122 additions and 183 deletions

View File

@ -15,6 +15,7 @@ class GlobalDataCache {
late FullScreenGestureMode fullScreenGestureMode;
late bool enablePlayerControlAnimation;
late List<String> actionTypeSort;
late double sheetHeight;
String? wWebid;
/// 播放器相关
@ -103,5 +104,6 @@ class GlobalDataCache {
speedsList.addAll(playSpeedSystem);
userInfo = userInfoCache.get('userInfoCache');
sheetHeight = localCache.get('sheetHeight');
}
}