fix: 注入js

This commit is contained in:
song_xiao_lin
2024-05-15 14:43:04 +08:00
committed by go0p
parent a4840c9c5e
commit 7c1cdd562c
6 changed files with 120 additions and 173 deletions
+3
View File
@@ -5,6 +5,9 @@ export const ActionType = {
PROXYSTATUS: 'proxystatus',
SETPROXY: 'setproxy',
CLEARPROXY: 'clearproxy',
INJECTSCRIPT: 'INJECT_SCRIPT',
SENDRESFROMPAGE: "SEND_RES_FROM_PAGE",
RESTOEVALINTAB: "RES_TO_EVALINTAB",
EVAL: 'eval',
ECHO: 'echo',
}