继续完善规则引擎
This commit is contained in:
@@ -25,6 +25,7 @@ export interface LegadoRuleSearch {
|
||||
export type LegadoRuleExplore = LegadoRuleSearch;
|
||||
|
||||
export interface LegadoRuleBookInfo {
|
||||
init?: string;
|
||||
name?: string;
|
||||
author?: string;
|
||||
intro?: string;
|
||||
@@ -52,6 +53,7 @@ export interface LegadoRuleContent {
|
||||
nextContentUrl?: string;
|
||||
imageStyle?: string;
|
||||
sourceRegex?: string;
|
||||
replaceRegex?: string;
|
||||
payAction?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user