mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 01:50:12 +01:00
🎨 Clean code
This commit is contained in:
parent
ba10d96a10
commit
ed78e67af2
1 changed files with 1 additions and 1 deletions
|
|
@ -673,7 +673,7 @@ func Round(val float64, precision int) float64 {
|
||||||
|
|
||||||
type ValueSelect struct {
|
type ValueSelect struct {
|
||||||
Content string `json:"content"`
|
Content string `json:"content"`
|
||||||
Color string `json:"color"`
|
Color string `json:"color"` // 1-14
|
||||||
}
|
}
|
||||||
|
|
||||||
func MSelectExistOption(mSelect []*ValueSelect, opt string) bool {
|
func MSelectExistOption(mSelect []*ValueSelect, opt string) bool {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue