diff --git a/build_auto/HMOS-home-default-unsigned.hap b/build_auto/HMOS-home-default-unsigned.hap index 6a965a5..425fa8a 100644 Binary files a/build_auto/HMOS-home-default-unsigned.hap and b/build_auto/HMOS-home-default-unsigned.hap differ diff --git a/build_auto/OHOS-home-default-unsigned.hap b/build_auto/OHOS-home-default-unsigned.hap index 4041254..81fe063 100644 Binary files a/build_auto/OHOS-home-default-unsigned.hap and b/build_auto/OHOS-home-default-unsigned.hap differ diff --git a/build_auto/entry.hap b/build_auto/entry.hap index e848727..cb9541b 100644 Binary files a/build_auto/entry.hap and b/build_auto/entry.hap differ diff --git a/home/src/main/ets/dialogs/woofUpdateHistory.ets b/home/src/main/ets/dialogs/woofUpdateHistory.ets index 69e0397..9a3aa10 100644 --- a/home/src/main/ets/dialogs/woofUpdateHistory.ets +++ b/home/src/main/ets/dialogs/woofUpdateHistory.ets @@ -11,8 +11,10 @@ struct woofUpdateHistory { @StorageProp('color_current_font') color_current_font: ResourceColor = $r('app.color.font_color_title'); @State texts: string[] = [ 'v1.7.4-beta', - 'A major update, bringing Keyboard shortcuts, In-page searching, JavaScript management and No picture mode into BrowserCat!', - '一个主要更新,将键盘快捷键、页面内搜索、JS 管理和无图模式带入冲浪喵~', + 'A major update, bringing Keyboard shortcuts, In-page searching, JavaScript management and No picture mode into BrowserCat!\n' + + 'AND, fixed download saving failure, download wrong file name problems, PLEASE INSTALL THIS UPDATE!', + '一个主要更新,将键盘快捷键、页面内搜索、JS 管理和无图模式带入冲浪喵~\n' + + '并且修复了下载无法保存、下载文件名混乱等关键问题,请务必安装此更新!', 'v1.7.3-beta', 'A regular update, bringing Immersive Fullscreen, Cookie management, and more accurate cache size calculation into BrowserCat!\n' +