From b596afe8d4291f3a213b2925da209abdfbb0dd9a Mon Sep 17 00:00:00 2001 From: T Date: Thu, 27 Apr 2023 02:36:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=202.0.9?= 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 f65e6bc..a90d92e 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.8", - message: "修复选项页无法保存的 BUG,修复部分浏览器无法自动签到的 BUG,如需反馈欢迎 @sciooga" + title: "更新至 2.0.9", + message: "增加楼中楼自动展开选项(默认关闭),如需反馈欢迎 @sciooga" }) // 2.0.0 checkin typo diff --git a/manifest.json b/manifest.json index b1d1dea..cbc39c1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "v2ex plus", - "version": "2.0.8", + "version": "2.0.9", "manifest_version": 3, "description": "优雅便捷的 V2EX 扩展", "background": {