feat: Add WebView2 backend integration for React UI
- Add WebView2 support to STDLabelAttach project - Create MachineBridge.cs for JavaScript-C# communication - GetConfig/SaveConfig using SETTING.Data reflection - Recipe management (CRUD operations) - IO control interface - Motion control simulation - Add WebSocketServer.cs for HMR development support - Update fWebView.cs with PLC simulation and status updates - Integrate with existing project settings (Data/Setting.json) - Add virtual host mapping (http://hmi.local → FrontEnd/dist) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,16 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="chilkat-x64" version="9.5.0.77" targetFramework="net47" requireReinstallation="true" />
|
||||
<package id="Emgu.CV" version="4.5.1.4349" targetFramework="net48" />
|
||||
<package id="EntityFramework" version="6.2.0" targetFramework="net47" />
|
||||
<package id="EntityFramework.ko" version="6.2.0" targetFramework="net47" />
|
||||
<package id="HidSharp" version="2.1.0" targetFramework="net47" />
|
||||
<package id="Microsoft.AspNet.Cors" version="5.2.9" targetFramework="net48" />
|
||||
<package id="Microsoft.AspNet.WebApi" version="5.2.9" targetFramework="net48" />
|
||||
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.9" targetFramework="net48" />
|
||||
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.9" targetFramework="net48" />
|
||||
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.9" targetFramework="net48" />
|
||||
<package id="Microsoft.Web.WebView2" version="1.0.2849.39" targetFramework="net48" />
|
||||
<package id="Microsoft.Web.WebView2" version="1.0.2903.40" targetFramework="net48" />
|
||||
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
|
||||
<package id="System.Drawing.Common" version="7.0.0" targetFramework="net48" />
|
||||
<package id="System.Drawing.Primitives" version="4.3.0" targetFramework="net47" />
|
||||
|
||||
Reference in New Issue
Block a user