From 1f9243b9560762db104362297b1fca28d77c3cd8 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 25 九月 2023 17:23:55 +0800 Subject: [PATCH] 组控图片输入 --- HDL-ON_iOS/HDL-ON_iOS.csproj | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index a212a7d..e2747a9 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -504,6 +504,7 @@ <Folder Include="Resources\Phone\FunctionIcon\Panel\" /> <Folder Include="Resources\Phone\FunctionIcon\Inverter\" /> <Folder Include="Resources\Phone\FunctionIcon\Electrical\MechanicalArm\" /> + <Folder Include="Resources\Phone\FunctionIcon\GroupControl\" /> </ItemGroup> <ItemGroup> <InterfaceDefinition Include="LaunchScreen.storyboard" /> @@ -1753,6 +1754,12 @@ <BundleResource Include="Resources\h5\static\img\equal-plant-ic.7ef6befa.png" /> <BundleResource Include="Resources\h5\static\img\coal-save-ic.6c5fd125.png" /> <BundleResource Include="Resources\h5\static\font\SourceHanSansCN-Normal.otf" /> + <BundleResource Include="Resources\Phone\FunctionIcon\GroupControl\gp_all_off_home_click.png" /> + <BundleResource Include="Resources\Phone\FunctionIcon\GroupControl\gp_all_off_home.png" /> + <BundleResource Include="Resources\Phone\FunctionIcon\GroupControl\gp_all_off.png" /> + <BundleResource Include="Resources\Phone\FunctionIcon\GroupControl\gp_all_on_home_click.png" /> + <BundleResource Include="Resources\Phone\FunctionIcon\GroupControl\gp_all_on_home.png" /> + <BundleResource Include="Resources\Phone\FunctionIcon\GroupControl\gp_all_on.png" /> </ItemGroup> <ItemGroup> <ITunesArtwork Include="iTunesArtwork" /> -- Gitblit v1.8.0