Skip to content

Commit

Permalink
version: 1.6.2(1000012) => 1.6.3(1000013);
Browse files Browse the repository at this point in the history
improve: Updates update notes.
  • Loading branch information
awaLiny2333 committed Dec 5, 2024
1 parent 413567d commit 5ac527a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions AppScope/app.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"app": {
"bundleName": "com.next.liny.linysbrowserNEXT",
"vendor": "example",
"versionCode": 1000012,
"versionName": "1.6.2",
"versionCode": 1000013,
"versionName": "1.6.3",
"icon": "$media:app_icon",
"label": "$string:app_name"
}
Expand Down
1 change: 0 additions & 1 deletion home/src/main/ets/blocks/meowTabs.ets
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,6 @@ struct meowTabs {
}

on_targeted_close_tab() {
console.log('close' + this.close_tab_gateway.toString())
if (this.close_tab_gateway >= 0) {
this.close_tab(this.close_tab_gateway);
this.close_tab_gateway = -1;
Expand Down
2 changes: 1 addition & 1 deletion home/src/main/resources/base/element/string.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
},
{
"name": "Whats_new_content",
"value": "1. Prompts when operations failed! Try to create a new bookmark with no name?\n2. Clicking on the path text in Bookmarks panel now opens a navigation list!\n3. Customizable theme color (may contain bugs)!"
"value": "1. Prompts when operations failed! Try to create a new bookmark with no name?\n2. Clicking on the path text in Bookmarks panel now opens a navigation list!\n3. Customizable theme color (may contain bugs)!\n4. Clearing webview cache~"
},
{
"name": "Whats_new_content_extra",
Expand Down
2 changes: 1 addition & 1 deletion home/src/main/resources/en_US/element/string.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
},
{
"name": "Whats_new_content",
"value": "1. Prompts when operations failed! Try to create a new bookmark with no name?\n2. Clicking on the path text in Bookmarks panel now opens a navigation list!\n3. Customizable theme color (may contain bugs)!"
"value": "1. Prompts when operations failed! Try to create a new bookmark with no name?\n2. Clicking on the path text in Bookmarks panel now opens a navigation list!\n3. Customizable theme color (may contain bugs)!\n4. Clearing webview cache~"
},
{
"name": "Whats_new_content_extra",
Expand Down
2 changes: 1 addition & 1 deletion home/src/main/resources/zh_CN/element/string.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
},
{
"name": "Whats_new_content",
"value": "1. 操作失败的时候会弹窗了!试试去创建一个没有名字的书签?\n2. 点击书签面板的路径文字,会打开一个跳转面板!\n3. 自定义配色(可能还有 Bug)!"
"value": "1. 操作失败的时候会弹窗了!试试去创建一个没有名字的书签?\n2. 点击书签面板的路径文字,会打开一个跳转面板!\n3. 自定义配色(可能还有 Bug)!\n4. Webview 的缓存清理~"
},
{
"name": "Whats_new_content_extra",
Expand Down

0 comments on commit 5ac527a

Please sign in to comment.