LAPTOP-SNT8I5JK\Boounion
2025-06-19 7a60f2a3404220dcbc05e2e06fd7f3a6e51d5a4a
SourceCode/Bond/Servo/TerminalDisplayDlg.cpp
@@ -148,6 +148,10 @@
                     this->m_webviewController = controller;
                     this->m_webviewController->get_CoreWebView2(&this->m_webWiew);
                  }
                  else {
                     OutputDebugString(_T("WebView2 Controller 创建失败!\n"));
                     return E_FAIL;
                  }
                  // Add a few settings for the webview
                  // The demo step is redundant since the values are the default settings
                  wil::com_ptr<ICoreWebView2Settings> settings;