feat: add regex

This commit is contained in:
Fine
2023-05-31 17:53:40 +08:00
parent 4430f340fc
commit f28998f947
5 changed files with 56 additions and 12 deletions

View File

@@ -16,7 +16,7 @@
*/
export interface StrategyItem {
targetType: string;
type: string;
checkItems: CheckItems[];
}
export type CheckItems = {