This commit is contained in:
Daniel 2025-08-09 21:15:59 +08:00
parent 7e7acf27cf
commit a31e79001e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
17 changed files with 65 additions and 28 deletions

View file

@ -49,7 +49,8 @@ type GroupRange struct {
type GroupOrder int
const (
GroupOrderAsc = iota // 升序
GroupOrderDesc // 降序
GroupOrderMan // 手动排序
GroupOrderAsc = iota // 升序
GroupOrderDesc // 降序
GroupOrderMan // 手动排序
GroupOrderSelectOption // 同选择的选项排序(仅单选和多选字段适用) https://github.com/siyuan-note/siyuan/issues/15500
)