Vanessa 2025-07-24 12:03:57 +08:00
parent 684286fc8a
commit c339d1b9bc
3 changed files with 13 additions and 23 deletions

View file

@ -898,6 +898,7 @@ interface IAVGroup {
numEnd: number // 数字范围结束值 1000
numStep: number // 数字范围步长 100
}
hideEmpty?: boolean
order?: number // 升序: 0(默认), 降序: 1, 手动排序: 2
}