Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtian616 committed Nov 12, 2023
1 parent 57a581d commit fffb6b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog/v7.4.7+146.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- 修复v7.4.6版本,部分windows端用户无法打开应用的bug
- 优化桌面端保存至图库时的图片命名规则
- 桌面端使用新的窗口组件
- 桌面端使用新的窗口组件(Linux和macOS系统未深入优化,若有体验问题可反馈)
- 桌面端支持F11全屏
- 桌面端支持在偏好设置中配置以全屏模式启动
- 现在单张图片若下载超时时未下载到任何字节,将直接进行重新解析而不是重试下载,从而快速解决无法访问部分H@H节点的问题
Expand All @@ -10,7 +10,7 @@

- Fix the bug that some Windows users cannot open the application in v7.4.6
- Optimize the naming rule of images when saving on desktop
- Use new window component on desktop
- Use new window component on desktop(you can open a issue if you meet problem on Linux and macOS)
- Support F11 to toggle full screen mode on desktop
- Support to launch in full screen mode on desktop
- Now if a single image fails to download due to timeout, it will be reparsed directly instead of retrying to download, to quickly solve the problem of being unable to access some H@H nodes
Expand Down
1 change: 1 addition & 0 deletions lib/src/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ Future<void> init() async {
size: Size(windowService.windowWidth, windowService.windowHeight),
backgroundColor: Colors.transparent,
skipTaskbar: false,
title: 'JHenTai',
titleBarStyle: GetPlatform.isWindows ? TitleBarStyle.hidden : TitleBarStyle.normal,
);

Expand Down

0 comments on commit fffb6b1

Please sign in to comment.