add proxy switch demo

This commit is contained in:
go0p
2025-03-02 15:31:20 +08:00
parent 391f7292e7
commit 5cb1d1fa22
28 changed files with 12458 additions and 28 deletions
+1
View File
@@ -32,6 +32,7 @@ export const EvalInTab: React.FC<EvalInTabProps> = () => {
value: {mode: "CONTENT_CALL_FUNCTION", fn_name: funcName, args: inputArgsData},
});
} catch (error) {
console.log("error:", error)
}
};