From a155c6ce1911e995d136f08b409dd0861706a3f8 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 12 四月 2024 14:27:38 +0800 Subject: [PATCH] 增加3秒云服务器连接检测,连不上服务器的时候不刷新数据 --- HDL-ON_Android/HDL-ON_Android.csproj | 24 +++++++----------------- 1 files changed, 7 insertions(+), 17 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index a784f47..fcf79ff 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -164,9 +164,6 @@ <Reference Include="UMSdkDroid"> <HintPath>..\DLL\UMeng\UMSdkDroid.dll</HintPath> </Reference> - <Reference Include="Shared.Droid.HDLLinphone"> - <HintPath>..\DLL\Linphone\Android\Shared.Droid.HDLLinphone.dll</HintPath> - </Reference> <Reference Include="Mono.Android.Export" /> <Reference Include="ScanSdk"> <HintPath>..\DLL\Scan\ScanSdk.dll</HintPath> @@ -192,11 +189,14 @@ <Reference Include="LcVideoSdk"> <HintPath>..\DLL\LC\Android\LcVideoSdk.dll</HintPath> </Reference> + <Reference Include="Shared.Droid"> + <HintPath>..\DLL\Android\Shared.Droid.dll</HintPath> + </Reference> <Reference Include="HdlEzvizDroid"> <HintPath>..\DLL\HdlEzvizDroid.dll</HintPath> </Reference> - <Reference Include="Shared.Droid"> - <HintPath>..\DLL\Android\Shared.Droid.dll</HintPath> + <Reference Include="Shared.Droid.HDLLinphone"> + <HintPath>..\..\..\Shared.Droid.HDLLinphone.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -620,6 +620,8 @@ <AndroidAsset Include="Assets\Phone\FunctionIcon\Light\LightScene\gp_all_on_home.png" /> <AndroidAsset Include="Assets\Phone\FunctionIcon\Light\LightScene\gp_all_on.png" /> <AndroidAsset Include="Assets\Phone\LogicIcon\electricaltvhisense.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\EnvirSensor\Pm10Icon.png" /> + <AndroidAsset Include="Assets\Phone\FunctionIcon\EnvirSensor\Pm10Bg.png" /> </ItemGroup> <ItemGroup> <AndroidResource Include="Resources\values\colors.xml" /> @@ -968,20 +970,8 @@ <PackageReference Include="Xamarin.Android.Support.Constraint.Layout.Solver"> <Version>1.1.0</Version> </PackageReference> - <PackageReference Include="Microsoft.AppCenter.Crashes"> - <Version>4.2.0</Version> - </PackageReference> - <PackageReference Include="Microsoft.AppCenter.Analytics"> - <Version>4.2.0</Version> - </PackageReference> - <PackageReference Include="Microsoft.AppCenter"> - <Version>4.2.0</Version> - </PackageReference> <PackageReference Include="Square.OkHttp3"> <Version>3.14.4</Version> - </PackageReference> - <PackageReference Include="Bugly"> - <Version>4.3.1</Version> </PackageReference> </ItemGroup> <ItemGroup> -- Gitblit v1.8.0