mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-04 14:41:47 +01:00
🎨 Support one-click enable/disable of all downloaded plugins https://github.com/siyuan-note/siyuan/issues/8523
This commit is contained in:
parent
1a3c0e7f42
commit
41cd90b771
4 changed files with 4 additions and 71 deletions
|
|
@ -18,10 +18,12 @@ package conf
|
|||
|
||||
type Bazaar struct {
|
||||
Trust bool `json:"trust"`
|
||||
Petal bool `json:"petal"`
|
||||
}
|
||||
|
||||
func NewBazaar() *Bazaar {
|
||||
return &Bazaar{
|
||||
Trust: false,
|
||||
Petal: true,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue