mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-04-26 13:38:38 +00:00
perf(admin): optimize large-dataset loading for dashboard/users/accounts/ops
This commit is contained in:
@@ -36,6 +36,7 @@ export async function list(
|
||||
status?: string
|
||||
group?: string
|
||||
search?: string
|
||||
lite?: string
|
||||
},
|
||||
options?: {
|
||||
signal?: AbortSignal
|
||||
@@ -66,6 +67,7 @@ export async function listWithEtag(
|
||||
type?: string
|
||||
status?: string
|
||||
search?: string
|
||||
lite?: string
|
||||
},
|
||||
options?: {
|
||||
signal?: AbortSignal
|
||||
|
||||
Reference in New Issue
Block a user