NEW:support for launching studio from the model web

Change-Id: I931fc8633c057228441daf2ab4c9c37f97e898ab
This commit is contained in:
tao wang 2023-03-13 16:41:17 +08:00 committed by Lane.Wei
parent 6f141ea740
commit 7481da52d6
7 changed files with 78 additions and 124 deletions

View file

@ -85,9 +85,6 @@ public:
void OnScriptMessage(wxWebViewEvent& evt);
void RunScript(std::string content);
char from_hex(char ch);
std::string url_decode(string text);
std::string url_encode(const std::string& value);
std::map<std::string, std::vector<json>> Reload(wxString aux_path);
std::string formatBytes(unsigned long bytes);
wxString to_base64(std::string path);