🎨 Add tags to the database when binding blocks to the database https://github.com/siyuan-note/siyuan/issues/15757

This commit is contained in:
Daniel 2025-09-04 17:43:18 +08:00
parent e91a37a98b
commit 4d8bc1672c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
16 changed files with 124 additions and 36 deletions

View file

@ -673,7 +673,7 @@ func Round(val float64, precision int) float64 {
type ValueSelect struct {
Content string `json:"content"`
Color string `json:"color"`
Color string `json:"color"` // 1-14
}
func MSelectExistOption(mSelect []*ValueSelect, opt string) bool {