From fffb6b1f561d03f45b7b03c0b218ec95ca173b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=85=B1=E5=A4=A9=E5=B0=8F=E7=A6=BD=E5=85=BD?= Date: Mon, 13 Nov 2023 01:04:47 +0800 Subject: [PATCH] readme --- changelog/v7.4.7+146.md | 4 ++-- lib/src/main.dart | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog/v7.4.7+146.md b/changelog/v7.4.7+146.md index d62743fc..11e10a3c 100644 --- a/changelog/v7.4.7+146.md +++ b/changelog/v7.4.7+146.md @@ -1,6 +1,6 @@ - 修复v7.4.6版本,部分windows端用户无法打开应用的bug - 优化桌面端保存至图库时的图片命名规则 -- 桌面端使用新的窗口组件 +- 桌面端使用新的窗口组件(Linux和macOS系统未深入优化,若有体验问题可反馈) - 桌面端支持F11全屏 - 桌面端支持在偏好设置中配置以全屏模式启动 - 现在单张图片若下载超时时未下载到任何字节,将直接进行重新解析而不是重试下载,从而快速解决无法访问部分H@H节点的问题 @@ -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 diff --git a/lib/src/main.dart b/lib/src/main.dart index 52fe77fc..2846c16b 100644 --- a/lib/src/main.dart +++ b/lib/src/main.dart @@ -183,6 +183,7 @@ Future init() async { size: Size(windowService.windowWidth, windowService.windowHeight), backgroundColor: Colors.transparent, skipTaskbar: false, + title: 'JHenTai', titleBarStyle: GetPlatform.isWindows ? TitleBarStyle.hidden : TitleBarStyle.normal, );