From 8060dedbec31cc9dbc33adae91b94b8a977c7163 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期一, 30 十一月 2020 21:22:55 +0800 Subject: [PATCH] 2020-11-30 1.增加极光推送。2.住宅相关接口增加签名校验。 3.增加消息中心页面。4.UI优化。5.裁剪选取图片优化。 --- HDL-ON_iOS/HDL-ON_iOS.csproj | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index fe64565..b5693fb 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -573,6 +573,14 @@ <BundleResource Include="Resources\Phone\Public\Search.png" /> <BundleResource Include="Resources\Phone\PersonalCenter\Head.png" /> <BundleResource Include="Resources\Phone\PersonalCenter\Transfer.png" /> + <BundleResource Include="Resources\Phone\Collection\MesCenter\All.png" /> + <BundleResource Include="Resources\Phone\Collection\MesCenter\System.png" /> + <BundleResource Include="Resources\Phone\Collection\MesCenter\Alarm.png" /> + <BundleResource Include="Resources\Phone\Collection\MesCenter\AllOn.png" /> + <BundleResource Include="Resources\Phone\Collection\MesCenter\Share.png" /> + <BundleResource Include="Resources\Phone\Collection\MesCenter\AlarmOn.png" /> + <BundleResource Include="Resources\Phone\Collection\MesCenter\ShareOn.png" /> + <BundleResource Include="Resources\Phone\Collection\MesCenter\SystemOn.png" /> </ItemGroup> <ItemGroup> <ITunesArtwork Include="iTunesArtwork" /> -- Gitblit v1.8.0