From 2aa0ebed010c0bb009cb5d11080aaa53667c37de Mon Sep 17 00:00:00 2001 From: T Date: Mon, 24 Apr 2023 05:56:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=202.0.8=20=E7=89=88?= 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 2c1813e..f65e6bc 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.7", - message: "增加楼中楼模式、增加自定义样式市场(选项页进入)、增加 base64 复制按钮、增加高亮用户颜色自定、修复最近回复部分情况不显示的 BUG,如需反馈欢迎 @sciooga" + title: "更新至 2.0.8", + message: "修复选项页无法保存的 BUG,修复部分浏览器无法自动签到的 BUG,如需反馈欢迎 @sciooga" }) // 2.0.0 checkin typo diff --git a/manifest.json b/manifest.json index ae818dd..b1d1dea 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "v2ex plus", - "version": "2.0.7", + "version": "2.0.8", "manifest_version": 3, "description": "优雅便捷的 V2EX 扩展", "background": {