From 09a0c8d2614ba075773ab8b063341a13e341b2ea Mon Sep 17 00:00:00 2001 From: T Date: Thu, 23 Mar 2023 22:54:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=202.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- background.js | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/background.js b/background.js index 2c9250c..bf3ea76 100644 --- a/background.js +++ b/background.js @@ -24,8 +24,8 @@ chrome.runtime.onInstalled.addListener(async (e) => { chrome.notifications.create({ type: "basic", iconUrl: "icon/icon38_msg.png", - title: "更新至 2.0.4", - message: "增加搜索框[/]快捷键、 sov2ex 右键菜单开关,优化黑暗模式,修复部分 bug,如需反馈欢迎 @sciooga" + title: "更新至 2.0.5", + message: "增加推荐主题[更多]按钮,修复部分情况会误激活搜索框,如需反馈欢迎 @sciooga" }); // 2.0.0 checkin typo diff --git a/manifest.json b/manifest.json index 9f20723..14ee15a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "v2ex plus", - "version": "2.0.4", + "version": "2.0.5", "manifest_version": 3, "description": "优雅便捷的 V2EX 扩展", "background": {