feat: add message template

This commit is contained in:
engigu
2025-12-06 00:31:21 +08:00
parent a511512793
commit 148e67dc19
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
/**
* 获取分页大小配置
* @returns 分页大小,默认为8
*/
export declare function getPageSize(): number;