🐛 fix(rules): Update rule settings
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// @ts-ignore
|
||||
|
||||
|
||||
// API 更新时间:
|
||||
// API 唯一标识:
|
||||
import * as ads from './ads';
|
||||
|
||||
+6
@@ -296,8 +296,10 @@ declare namespace API {
|
||||
type CreateRuleGroupRequest = {
|
||||
name: string;
|
||||
icon: string;
|
||||
type: string;
|
||||
tags: string[];
|
||||
rules: string;
|
||||
default: boolean;
|
||||
enable: boolean;
|
||||
};
|
||||
|
||||
@@ -1283,8 +1285,10 @@ declare namespace API {
|
||||
id: number;
|
||||
icon: string;
|
||||
name: string;
|
||||
type: string;
|
||||
tags: string[];
|
||||
rules: string;
|
||||
default: boolean;
|
||||
enable: boolean;
|
||||
created_at: number;
|
||||
updated_at: number;
|
||||
@@ -1629,9 +1633,11 @@ declare namespace API {
|
||||
type UpdateRuleGroupRequest = {
|
||||
id: number;
|
||||
icon: string;
|
||||
type: string;
|
||||
name: string;
|
||||
tags: string[];
|
||||
rules: string;
|
||||
default: boolean;
|
||||
enable: boolean;
|
||||
};
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// @ts-ignore
|
||||
|
||||
|
||||
// API 更新时间:
|
||||
// API 唯一标识:
|
||||
import * as auth from './auth';
|
||||
|
||||
Reference in New Issue
Block a user