继续完善规则引擎

This commit is contained in:
mtvpls
2026-05-20 01:22:46 +08:00
parent 8c86243d32
commit da63d90f44
3 changed files with 121 additions and 26 deletions
+2
View File
@@ -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;
}