Skip to content

Commit

Permalink
fix: update secret
Browse files Browse the repository at this point in the history
  • Loading branch information
acgotaku committed Oct 2, 2022
1 parent 4541fde commit 12eb621
Show file tree
Hide file tree
Showing 8 changed files with 199 additions and 4,379 deletions.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const showNotification = (id, opt) => {
const opt = {
type: 'basic',
title: '更新',
message: '115助手更新到' + manifest.version + '版本啦~\n此次更新升级到Manifest V3~',
message: '115助手更新到' + manifest.version + '版本啦~\n此次更新修复导出下载~',
iconUrl: 'img/icon.jpg'
}
const id = new Date().getTime().toString()
Expand Down
7 changes: 1 addition & 6 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
"matches": ["*://*.115.com/*"],
"run_at": "document_end"
},
{
"js": ["js/jsencrypt.js"],
"matches": ["*://*.115.com/*"],
"run_at": "document_start"
},
{
"css": ["css/style.css"],
"all_frames": true,
Expand All @@ -34,5 +29,5 @@
"permissions": ["cookies", "storage", "notifications", "scripting"],
"host_permissions": ["*://*.115.com/*"],
"name": "__MSG_appName__",
"version": "0.5.0"
"version": "0.5.1"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "115",
"version": "0.4.3",
"version": "0.5.1",
"description": "Assistant for 115 to export download links to aria2-rpc.",
"main": "background.js",
"scripts": {
Expand Down Expand Up @@ -61,6 +61,7 @@
"stylelint-scss": "^4.2.0"
},
"dependencies": {
"big-integer": "^1.6.51",
"blueimp-md5": "^2.18.0"
}
}
Loading

0 comments on commit 12eb621

Please sign in to comment.