fix: highlight keywords in logs (#405)

This commit is contained in:
Fine0830
2024-07-30 10:39:18 +08:00
committed by GitHub
parent 8f179f00a2
commit 4e00073ec2
2 changed files with 1 additions and 4 deletions

View File

@@ -53,9 +53,6 @@ export const logStore = defineStore({
setLogCondition(data: Recordable) {
this.conditions = { ...this.conditions, ...data };
},
getLogKeywords() {
return this.conditions.keywordsOfContent;
},
resetState() {
this.logs = [];
this.conditions = {