refactor(plugin): names

This commit is contained in:
charlie
2024-12-30 16:17:41 +08:00
parent 49227f4651
commit 208ca930eb
5 changed files with 16 additions and 17 deletions

View File

@@ -591,7 +591,6 @@ class PluginLocal extends EventEmitter<
this._options.icon = icon && this._resolveResourceFullUrl(icon)
this._options.theme = Boolean(logseq.theme || !!logseq.themes)
// TODO: strategy for Logseq plugins center
if (this.isInstalledInDotRoot) {
this._id = path.basename(localRoot)
} else if (!this.isWebPlugin) {