Merge: Snapmaker Orca 2.1.2

This commit is contained in:
xiaoyeliu
2025-11-17 10:04:25 +08:00
parent 737948be1f
commit e89263e51a
1147 changed files with 668188 additions and 15290 deletions

View File

@@ -40,7 +40,7 @@ public:
virtual ~WebViewPanel();
void load_url(wxString& url);
void reload();
void UpdateState();
void OnIdle(wxIdleEvent& evt);
void OnUrl(wxCommandEvent& evt);
@@ -104,6 +104,9 @@ public:
int get_model_mall_detail_url(std::string *url, std::string id);
void update_mode();
wxWebView* getWebView() { return m_browser; }
private:
wxWebView* m_browser;