fix: sensitive check

This commit is contained in:
archer
2023-06-12 18:29:22 +08:00
parent 71dd7f3e6c
commit 36a0ea7e43
6 changed files with 38 additions and 40 deletions

View File

@@ -19,7 +19,3 @@ export type KbTestItemType = {
time: Date;
results: (KbDataItemType & { score: number })[];
};
export type TextPluginRequestParams = {
input: string;
};