mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 00:06:09 +01:00
This commit is contained in:
parent
a31e79001e
commit
d75fac21aa
2 changed files with 4 additions and 2 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -908,7 +908,7 @@ interface IAVGroup {
|
|||
numStep: number // 数字范围步长 100
|
||||
}
|
||||
hideEmpty?: boolean
|
||||
order?: number // 升序: 0(默认), 降序: 1, 手动排序: 2
|
||||
order?: number // 升序: 0(默认), 降序: 1, 手动排序: 2, 按选项排序: 3
|
||||
}
|
||||
|
||||
interface IAVSort {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue