From 6692d867a0876b014be3cbd64bc3a237a026dc2d Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 18 十月 2022 09:57:15 +0800 Subject: [PATCH] 修改安卓隐私确认弹窗,隐私协议英文的问题 --- HDL-ON_iOS/HDL-ON_iOS.csproj | 28 +++++++++++++++++----------- 1 files changed, 17 insertions(+), 11 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index d8caeaa..1b44744 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -113,9 +113,6 @@ <Reference Include="HDL.Shared.IOS.ScanQRCode"> <HintPath>..\DLL\IOS\HDL.Shared.IOS.ScanQRCode.dll</HintPath> </Reference> - <Reference Include="Shared.IOS"> - <HintPath>..\DLL\Shared.IOS.dll</HintPath> - </Reference> </ItemGroup> <ItemGroup> <PackageReference Include="Newtonsoft.Json"> @@ -492,6 +489,7 @@ <Folder Include="Base.lproj\" /> <Folder Include="Resources\Phone\FunctionIcon\CAC\" /> <Folder Include="Resources\Phone\FunctionIcon\Panel\" /> + <Folder Include="Resources\Phone\FunctionIcon\Inverter\" /> </ItemGroup> <ItemGroup> <InterfaceDefinition Include="LaunchScreen.storyboard" /> @@ -1516,10 +1514,7 @@ <BundleResource Include="Resources\Phone\FunctionIcon\Acst\BackIcon.png" /> <BundleResource Include="Resources\Phone\FunctionIcon\Acst\ThumbImage.png" /> <BundleResource Include="Resources\h5\index.html" /> - <BundleResource Include="Resources\h5\static\js\pages-inverter-index.3b3b0fdd.js" /> - <BundleResource Include="Resources\h5\static\js\chunk-vendors.9e7e69a0.js" /> - <BundleResource Include="Resources\h5\static\js\pages-index-index~pages-inverter-index.cac3b1d6.js" /> - <BundleResource Include="Resources\h5\static\index.2772579d.css" /> + <BundleResource Include="Resources\h5\static\index.b0707a6a.css" /> <BundleResource Include="Resources\h5\static\images\coal-save-ic.png" /> <BundleResource Include="Resources\h5\static\images\inverter-center.svg" /> <BundleResource Include="Resources\h5\static\images\equal-plant-ic.png" /> @@ -1537,14 +1532,21 @@ <BundleResource Include="Resources\h5\static\images\down-icon-unselect.png" /> <BundleResource Include="Resources\h5\static\images\co2-reduction-ic.png" /> <BundleResource Include="Resources\h5\static\images\left-icon.png" /> - <BundleResource Include="Resources\h5\static\js\pages-inverter-index.aea6a122.js" /> - <BundleResource Include="Resources\h5\static\js\pages-index-index.7634b70a.js" /> - <BundleResource Include="Resources\h5\static\js\pages-index-index~pages-inverter-index.0b8ec7be.js" /> - <BundleResource Include="Resources\h5\static\js\index.95903989.js" /> + <BundleResource Include="Resources\h5\static\js\chunk-vendors.c6df545a.js" /> + <BundleResource Include="Resources\h5\static\js\pages-index-index.86bf9f46.js" /> + <BundleResource Include="Resources\h5\static\js\pages-index-index~pages-inverter-index.d05a76d6.js" /> + <BundleResource Include="Resources\h5\static\js\index.301c141f.js" /> + <BundleResource Include="Resources\h5\static\js\pages-inverter-index.e47ab5d3.js" /> <BundleResource Include="Resources\h5\static\img\inverter-center.18b181f4.png" /> <BundleResource Include="Resources\h5\static\img\co2-reduction-ic.9c75228c.png" /> <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\Phone\FunctionIcon\Inverter\Icon1.png" /> + <BundleResource Include="Resources\Phone\FunctionIcon\Inverter\Icon2.png" /> + <BundleResource Include="Resources\Phone\FunctionIcon\Inverter\Icon3.png" /> + <BundleResource Include="Resources\Phone\Public\IotCheckIcon.png" /> + <BundleResource Include="Resources\Phone\Public\IotCheckOnIcon.png" /> + <BundleResource Include="Resources\Phone\Public\LinkIotIcon.png" /> </ItemGroup> <ItemGroup> <ITunesArtwork Include="iTunesArtwork" /> @@ -1589,6 +1591,10 @@ <Project>{8B1652FA-5158-4D57-B90D-07BB91766625}</Project> <Name>SiriKit</Name> </ProjectReference> + <ProjectReference Include="..\..\..\Downloads\Library\Shared.IOS\Shared.IOS.csproj"> + <Project>{0048AB87-2130-4437-8F01-8CADAB787004}</Project> + <Name>Shared.IOS</Name> + </ProjectReference> </ItemGroup> <ItemGroup> <Content Include="Base.lproj\Intents.intentdefinition" /> -- Gitblit v1.8.0