Commit 3e04e38c authored by 潘栩锋's avatar 潘栩锋 🚴

追边添加12点重启客户端

parent f6fec861
{
"InstallZipVersion":"8.0.2.0",
"InstallZipUrl":"http://server.flyautomation.net:8889/download/和美安装包_v8.0.2.0_20240614.7z"
"InstallZipVersion":"8.0.2.1",
"InstallZipUrl":"http://server.flyautomation.net:8889/download/和美安装包_v8.0.2.1_20240705.7z"
}
\ No newline at end of file
......@@ -15,6 +15,7 @@
<register type="UserControl" mapTo="UcSectionError" name="error" />
<register type="UserControl" mapTo="UcSectionLanguage" name="lang" />
<register type="UserControl" mapTo="UcSectionScanGraph" name="graph" />
<register type="UserControl" mapTo="UcSectionReboot" name="reboot" />
</container>
</unity>
</configuration>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection,Unity.Configuration" />
</configSections>
<unity>
<assembly name="FLY.DownBlowing.UI.Client" />
<namespace name="FLY.DownBlowing.UI.Client.UiModule" />
<alias alias="IUiModule2" type="MultiLayout.UiModule.IUiModule2, MultiLayout" />
<container>
<register type="IUiModule2" mapTo="UiModule2_MenuSetting" name="downBlowing_ms" />
<register type="IUiModule2" mapTo="UiModule2_DynAreaWinder" name="downBlowing_daw" />
<register type="IUiModule2" mapTo="UiModule2_WinderPanel" name="downBlowing_wp" />
<register type="IUiModule2" mapTo="UiModule2_TempAreaPanel" name="downBlowing_tap" />
</container>
</unity>
</configuration>
\ No newline at end of file
......@@ -42,8 +42,7 @@
"thickHeatAnalyst.Fix.component.config",
"weighter.component.config",
"weighter2.component.config",
"unions.component.config",
"downBlowing.component.config"
"unions.component.config"
],
"Children": []
}
......
......@@ -21,6 +21,9 @@
<register type="IOnInit" mapTo="OnInitOSK" name="osk">
<lifetime type="singleton" />
</register>
<register type="IOnInit" mapTo="OnInitReboot" name="reboot">
<lifetime type="singleton" />
</register>
<register type="IJsonDistService" mapTo="JsonDistServiceClient">
<lifetime type="singleton" />
<constructor>
......
......@@ -15,6 +15,7 @@
<register type="UserControl" mapTo="UcSectionError" name="error" />
<register type="UserControl" mapTo="UcSectionLanguage" name="lang" />
<register type="UserControl" mapTo="UcSectionScanGraph" name="graph" />
<register type="UserControl" mapTo="UcSectionReboot" name="reboot" />
</container>
</unity>
</configuration>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection,Unity.Configuration" />
</configSections>
<unity>
<assembly name="FLY.DownBlowing.UI.Client" />
<namespace name="FLY.DownBlowing.UI.Client.UiModule" />
<alias alias="IUiModule2" type="MultiLayout.UiModule.IUiModule2, MultiLayout" />
<container>
<register type="IUiModule2" mapTo="UiModule2_MenuSetting" name="downBlowing_ms" />
<register type="IUiModule2" mapTo="UiModule2_DynAreaWinder" name="downBlowing_daw" />
<register type="IUiModule2" mapTo="UiModule2_WinderPanel" name="downBlowing_wp" />
<register type="IUiModule2" mapTo="UiModule2_TempAreaPanel" name="downBlowing_tap" />
</container>
</unity>
</configuration>
\ No newline at end of file
......@@ -42,8 +42,7 @@
"thickHeatAnalyst.Fix.component.config",
"weighter.component.config",
"weighter2.component.config",
"unions.component.config",
"downBlowing.component.config"
"unions.component.config"
],
"Children": []
}
......
......@@ -21,6 +21,9 @@
<register type="IOnInit" mapTo="OnInitOSK" name="osk">
<lifetime type="singleton" />
</register>
<register type="IOnInit" mapTo="OnInitReboot" name="reboot">
<lifetime type="singleton" />
</register>
<register type="IJsonDistService" mapTo="JsonDistServiceClient">
<lifetime type="singleton" />
<constructor>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment