套餐管理添加IP检查状态字段 &修复套餐提取和购买的数量显示问题

This commit is contained in:
Eamon-meng
2026-04-22 10:27:19 +08:00
parent eb4c2d2d5f
commit 7ff42861f1
5 changed files with 28 additions and 19 deletions

View File

@@ -29,6 +29,7 @@ export type Resource<T extends 1 | 2 = 1 | 2> = {
active: boolean
created_at: Date
updated_at: Date
checkip: boolean
} & (
T extends 1 ? {
type: 1