Skip to content

Commit

Permalink
fix: 修复默认设置不能加载的问题 fixed l0o0#188
Browse files Browse the repository at this point in the history
  • Loading branch information
l0o0 committed Aug 20, 2023
1 parent 18a492f commit f9bc5dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions addon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "__buildVersion__",
"description": "__description__",
"author": "__author__",
"homepage_url": "https://github.com/l0o0/jasminum#readme",
"icons": {
"48": "chrome/content/icons/[email protected]",
"96": "chrome/content/icons/icon.png"
Expand Down
1 change: 0 additions & 1 deletion addon/prefs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-disable no-undef */
pref("extensions.zotero.jasminum.test", true);
pref("__prefsPrefix__.attachmenttype", "pdf");
pref("__prefsPrefix__.autobookmark", true);
pref("__prefsPrefix__.autolanguage", true);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"addonID": "[email protected]",
"addonRef": "jasminum",
"addonInstance": "Jasminum",
"prefsPrefix": "extensions.zotero.jasminum",
"prefsPrefix": "extensions.jasminum",
"releasepage": "https://github.com/l0o0/jasminum/releases/latest/download/jasminum.xpi",
"updaterdf": "https://raw.githubusercontent.com/l0o0/jasminum/main/update.json"
},
Expand Down

0 comments on commit f9bc5dd

Please sign in to comment.