enhance(plugin): auto updates for web plugins

This commit is contained in:
charlie
2025-01-08 13:15:26 +08:00
parent 1110e81741
commit d0cd4c2e1e
5 changed files with 23 additions and 19 deletions

View File

@@ -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) {