mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
enhance(plugin): auto updates for web plugins
This commit is contained in:
@@ -1112,6 +1112,7 @@ class PluginLocal extends EventEmitter<
|
||||
json.err = this.loadErr
|
||||
json.usf = this.dotSettingsFile
|
||||
json.iir = this.isInstalledInLocalDotRoot
|
||||
json.webMode = this.isWebPlugin ? (this.installedFromUserWebUrl ? 'user' : 'github') : false
|
||||
json.lsr = this._resolveResourceFullUrl('/')
|
||||
|
||||
if (settings === false) {
|
||||
|
||||
Reference in New Issue
Block a user