Skip to content

Commit

Permalink
improve: update notes in woofUpdateHistory.ets
Browse files Browse the repository at this point in the history
  • Loading branch information
awaLiny2333 committed Dec 19, 2024
1 parent ddd3289 commit 94e993c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion home/src/main/ets/dialogs/woofUpdateHistory.ets
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ struct woofUpdateHistory {
@StorageProp('color_current_secondary') color_current_secondary: ResourceColor = $r('app.color.block_color');
@StorageProp('color_current_font') color_current_font: ResourceColor = $r('app.color.font_color_title');
@State texts: string[] = [
'v1.7.3-beta',
'A regular update, bringing Immersive Fullscreen, Cookie management, and more accurate cache size calculation into BrowserCat!\n' +
'What\'s more, The app can now be set as default browser of system!',
'一个常规更新,将沉浸式全屏、曲奇管理和更准确的缓存大小统计带入冲浪喵~\n' +
'并且并且,现在这个 App 可以被设置为默认浏览器了!',

'v1.7.2-beta',
'A regular update, bringing Intelligent Tracking Prevention feature into BrowserCat!\n' +
'What\'s more, The app can now be set as default browser of system!',
'一个常规更新,将智能防追踪功能带入冲浪喵~\n' +
'并且并且,现在这个 App 可以被设置为默认浏览器了!',

'v1.7.1-beta',
'A KEY PATCH. INTRODUCING HISTORY MIGRATION FROM OLD BROWSERCATS.\n' +
'So that history records on old BrowserCats would be inherited.',
Expand Down

0 comments on commit 94e993c

Please sign in to comment.