chrome bug fix

This commit is contained in:
xu_yanfeng
2024-12-28 17:21:06 +08:00
parent 1a84202c02
commit 527327eb14
3 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ export enum Msg {
RequestLogData = "request-log-data",
RequestSetProperty = "request-set-property",
ResponseSetProperty = "update-property",
ResponseSetProperty = "response-set-property",
}
export class PluginEvent {