From 5eeafe3af80bfd88306bd8ad9e76c8f4b51ca35f Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期四, 17 十二月 2020 14:16:20 +0800 Subject: [PATCH] 增加本地发送的重发机制 --- HDL-ON_iOS/HDL-ON_iOS.csproj | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index 91e5634..473c006 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -625,6 +625,12 @@ <BundleResource Include="Resources\Phone\FunctionIcon\Light\ColorWheelGray.png" /> <BundleResource Include="Resources\Phone\FunctionIcon\Light\ColorWheelTip.png" /> <BundleResource Include="Resources\Phone\RoomListBg.png" /> + <BundleResource Include="Resources\Phone\LogicIcon\link.png" /> + <BundleResource Include="Resources\Phone\LogicIcon\selectTheFun.png" /> + <BundleResource Include="Resources\Phone\LogicIcon\selectTheScene.png" /> + <BundleResource Include="Resources\Phone\LogicIcon\selectTheTime.png" /> + <BundleResource Include="Resources\Phone\PersonalCenter\AppUnlockSetting\FaceIdIconBig.png" /> + <BundleResource Include="Resources\Phone\PersonalCenter\AppUnlockSetting\FingerIconBlue.png" /> </ItemGroup> <ItemGroup> <ITunesArtwork Include="iTunesArtwork" /> -- Gitblit v1.8.0