mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 05:18:49 +01:00
🎨 Improve av https://github.com/siyuan-note/siyuan/issues/15500
This commit is contained in:
parent
7e7acf27cf
commit
a31e79001e
17 changed files with 65 additions and 28 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue