mirror of
https://github.com/Kenshin/simpread.git
synced 2026-01-25 14:28:34 +00:00
Update version to 1.1.4.6025.
This commit is contained in:
parent
67409dc745
commit
d534d7dd07
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name" : "__MSG_extension_name__",
|
||||
"default_locale" : "en",
|
||||
"version" : "1.1.4.6022",
|
||||
"version" : "1.1.4.6025",
|
||||
"short_name" : "SimpRead",
|
||||
"description" : "__MSG_extension_desc__",
|
||||
"homepage_url" : "http://ksria.com/simpread",
|
||||
|
||||
@ -38,6 +38,7 @@ const version = browser.runtime.getManifest().version.replace( /.\d{2,}/, "" ),
|
||||
patchs = new Map([
|
||||
[ "1.1.4.6016", "修复 Notion 相关问题,并支持 Database 导出方案," ],
|
||||
[ "1.1.4.6022", "修复 Notion 授权问题,并支持 图床 导出方案," ],
|
||||
[ "1.1.4.6025", "修复 Notion 授权问题," ],
|
||||
]),
|
||||
tips = {
|
||||
"root" : value => `.version-tips[data-hits='${value}']`,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user