mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-13 07:56:14 +01:00
♻️ Plugin existence by plugin.json and cleanup persisted info (#17162)
This commit is contained in:
parent
82e552aafc
commit
2e8f6511e8
2 changed files with 6 additions and 20 deletions
|
|
@ -190,7 +190,7 @@ func loadBazaarInfo() (ret *BazaarInfo) {
|
|||
return
|
||||
}
|
||||
|
||||
// saveBazaarInfo 保存集市持久化信息(调用者需持有写锁)
|
||||
// saveBazaarInfo 保存集市持久化信息(调用者需持有 bazaarInfoCacheLock 写锁)
|
||||
func saveBazaarInfo() {
|
||||
infoPath := filepath.Join(util.DataDir, "storage", "bazaar.json")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue