优化项目

This commit is contained in:
guanj
2026-06-04 19:06:36 +08:00
parent 4f32f84132
commit 4f907a80c4
53 changed files with 987 additions and 3499 deletions

2
types/table.d.ts vendored
View File

@@ -30,7 +30,7 @@ declare global {
}
loadCallback: (() => void) | null
resetCallback: (() => void) | null
beforeSearchFun: (() => void) | null
beforeSearchFun: (() => void | boolean) | null
exportProcessingData: (() => void) | null
height: string
publicHeight: number