Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
AigioL committed Dec 19, 2022
1 parent 6a5f8db commit a46c109
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/ST.Client/ST.Client.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
<!--<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>-->
<TargetFrameworks>net6.0</TargetFrameworks>
<RootNamespace>System.Application</RootNamespace>
<DefineConstants>ORM_SQLITE_PCL;$(DefineConstants)</DefineConstants>
<AssemblyName>System.Application.SteamTools.Client</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/ST.Client/Services/Mvvm/ProxyService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ public async Task InitializeAccelerate()
var result = await client.All(reverseProxyService.ReverseProxyEngine);
#if DEBUG
stopwatch.Stop();
Toast.Show($"加载代理服务数据耗时:{stopwatch.ElapsedMilliseconds}ms,IsSuccess:{result.IsSuccess},Count:{result.Content?.Count}");
Toast.Show($"加载代理服务数据耗时:{stopwatch.ElapsedMilliseconds}ms,IsSuccess:{result.IsSuccess}Code:{result.Code}Count:{result.Content?.Count}");
#endif
if (result.IsSuccess)
{
Expand Down

0 comments on commit a46c109

Please sign in to comment.