mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-26 19:16:24 +00:00
feat: 添加仪表板功能,整合统计数据并优化后台管理界面
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
export interface PaginationParams {
|
||||
orderBy: OrderBy
|
||||
desc: boolean
|
||||
desc: boolean // 是否降序
|
||||
page: number
|
||||
size: number
|
||||
}
|
||||
|
Reference in New Issue
Block a user