fix: waf page

This commit is contained in:
naiba
2024-11-30 21:31:55 +08:00
parent 7463bbe3a6
commit 3dc6da8ea9
9 changed files with 52 additions and 23 deletions

View File

@@ -75,8 +75,8 @@ export interface GithubComNezhahqNezhaModelCommonResponseArrayModelUser {
success?: boolean;
}
export interface GithubComNezhahqNezhaModelCommonResponseArrayModelWAF {
data?: ModelWAF[];
export interface GithubComNezhahqNezhaModelCommonResponseArrayModelWAFApiMock {
data?: ModelWAFApiMock[];
error?: string;
success?: boolean;
}
@@ -425,6 +425,7 @@ export interface ModelProfile {
export interface ModelProfileForm {
new_password?: string;
new_username?: string;
original_password?: string;
}
@@ -647,9 +648,9 @@ export interface ModelUserForm {
username?: string;
}
export interface ModelWAF {
export interface ModelWAFApiMock {
count?: number;
ip?: number[];
ip?: string;
last_block_reason?: number;
last_block_timestamp?: number;
}