add proxy switch demo

This commit is contained in:
go0p
2025-03-04 16:07:14 +08:00
parent 8c30607514
commit 1e25561fae
6 changed files with 299 additions and 32 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
export const ProxyActionType = {
SET_PROXY_CONFIG: "SET_PROXY_CONFIG",
CLEAR_PROXY_CONFIG: "CLEAR_PROXY_CONFIG",
GET_PROXY_STATUS: "GET_PROXY_STATUS"
GET_PROXY_STATUS: "GET_PROXY_STATUS",
CLEAR_PROXY_LOGS: "CLEAR_PROXY_LOGS"
};