mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-13 02:34:20 +01:00
This commit is contained in:
parent
ea9b761138
commit
d6dfa68565
4 changed files with 27 additions and 49 deletions
9
app/src/types/index.d.ts
vendored
9
app/src/types/index.d.ts
vendored
|
|
@ -880,8 +880,13 @@ interface relativeDate {
|
|||
|
||||
interface IAVGroup {
|
||||
field: string,
|
||||
method?: number
|
||||
order?: number
|
||||
method?: number // 0: 按值分组、1: 按数字范围分组、2: 按相对日期分组、3: 按天日期分组、4: 按周日期分组、5: 按月日期分组、6: 按年日期分组
|
||||
range?: {
|
||||
numStart: number // 数字范围起始值
|
||||
numEnd: number // 数字范围结束值
|
||||
numStep: number // 数字范围步长
|
||||
}
|
||||
order?: number // 升序: 0(默认), 降序: 1, 手动排序: 2
|
||||
}
|
||||
|
||||
interface IAVSort {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue