NEW:add model mall system

Change-Id: Iccfe460cd7bfd11d91cdd7eddf142a8590e3c5b0
This commit is contained in:
tao wang 2022-10-17 14:08:38 +08:00 committed by Lane.Wei
parent 35edf03eca
commit 407d1faf0d
16 changed files with 630 additions and 21 deletions

View file

@ -273,8 +273,8 @@ private:
bool enable_sync = false;
bool m_adding_script_handler { false };
public:
std::string get_local_models_path();
bool OnInit() override;
bool initialized() const { return m_initialized; }
@ -465,7 +465,9 @@ public:
NotificationManager * notification_manager();
//BBS
void load_url(wxString url);
void run_script(wxString js);
void open_mall_page_dialog();
void open_publish_page_dialog();
void run_script(wxString js);
bool is_adding_script_handler() { return m_adding_script_handler; }
void set_adding_script_handler(bool status) { m_adding_script_handler = status; }