diff --git a/AppScope/app.json5 b/AppScope/app.json5 index 3d1a5e1..34d419f 100644 --- a/AppScope/app.json5 +++ b/AppScope/app.json5 @@ -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" } diff --git a/home/src/main/ets/blocks/meowTabs.ets b/home/src/main/ets/blocks/meowTabs.ets index 3c1e583..26df7b4 100644 --- a/home/src/main/ets/blocks/meowTabs.ets +++ b/home/src/main/ets/blocks/meowTabs.ets @@ -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; diff --git a/home/src/main/resources/base/element/string.json b/home/src/main/resources/base/element/string.json index 78e095b..7259f3b 100644 --- a/home/src/main/resources/base/element/string.json +++ b/home/src/main/resources/base/element/string.json @@ -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", diff --git a/home/src/main/resources/en_US/element/string.json b/home/src/main/resources/en_US/element/string.json index 3e23628..90a9133 100644 --- a/home/src/main/resources/en_US/element/string.json +++ b/home/src/main/resources/en_US/element/string.json @@ -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", diff --git a/home/src/main/resources/zh_CN/element/string.json b/home/src/main/resources/zh_CN/element/string.json index 1a65b36..b0f1c37 100644 --- a/home/src/main/resources/zh_CN/element/string.json +++ b/home/src/main/resources/zh_CN/element/string.json @@ -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",