Skip to content

Commit

Permalink
发布 2.0.8 版
Browse files Browse the repository at this point in the history
  • Loading branch information
T authored and T committed Apr 23, 2023
1 parent f44e409 commit 2aa0ebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions background.js
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,6 +1,6 @@
{
"name": "v2ex plus",
"version": "2.0.7",
"version": "2.0.8",
"manifest_version": 3,
"description": "优雅便捷的 V2EX 扩展",
"background": {
Expand Down

0 comments on commit 2aa0ebe

Please sign in to comment.