Skip to content

Commit fd06180

Browse files
committed
fix sm bugs
1 parent 349f2a0 commit fd06180

File tree

269 files changed

+5806
-10254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

269 files changed

+5806
-10254
lines changed

CheakNewVersion.xaml

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,52 @@ TextColor="White"
3535
FontFamily="Fortnitee"
3636

3737
/>
38-
39-
4038

41-
</StackLayout>
4239

40+
<HorizontalStackLayout
41+
Padding="15"
42+
VerticalOptions="Center"
43+
HorizontalOptions="Center"
44+
>
45+
46+
<Label
47+
VerticalOptions="Center"
48+
HorizontalOptions="Center"
49+
FontFamily="Fortnitee"
50+
FontSize="19"
51+
Text="To Download New "
52+
>
53+
54+
</Label>
55+
56+
<Label
57+
VerticalOptions="Center"
58+
FontFamily="Fortnite"
59+
FontSize="22"
60+
HorizontalOptions="Center"
61+
TextColor="Aqua"
62+
Text=" Release" >
63+
64+
<Label.GestureRecognizers>
4365

66+
<TapGestureRecognizer
67+
68+
Tapped="OnClicked"
69+
70+
/>
71+
</Label.GestureRecognizers>
72+
4473

74+
</Label>
75+
76+
77+
78+
</HorizontalStackLayout>
79+
80+
81+
</StackLayout>
4582

83+
84+
4685

4786
</ContentPage>

CheakNewVersion.xaml.cs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ private async Task CheckGitHubNewReleaseAsync()
5353
if (LocalVersion.CompareTo(latestGitHubVersion) < 0)
5454
{
5555
// Update available!
56-
mylab.Text = $" New version available: {latestGitHubVersion}!";
56+
mylab.Text = $" New version available: {latestGitHubVersion}!";
5757

5858

5959

@@ -68,7 +68,7 @@ await DisplayAlert(
6868
else
6969
{
7070
// Already up to date
71-
mylab.Text = $" App is up to date ({LocalVersion}).";
71+
mylab.Text = $" App is up to date ({LocalVersion}).";
7272
}
7373
}
7474
else
@@ -85,9 +85,10 @@ await DisplayAlert(
8585
}
8686
}
8787

88-
89-
90-
88+
private async void OnClicked(object sender, TappedEventArgs e)
89+
{
90+
await Launcher.OpenAsync("https://github.com/kinguser981/Fortnite_DNS/releases");
91+
}
9192
}
9293

9394

MauiApp2.csproj.user

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<IsFirstTimeProjectOpen>False</IsFirstTimeProjectOpen>
5-
<ActiveDebugFramework>net10.0-android</ActiveDebugFramework>
6-
<ActiveDebugProfile>Android Emulator</ActiveDebugProfile>
7-
<SelectedPlatformGroup>Emulator</SelectedPlatformGroup>
5+
<ActiveDebugFramework>net10.0-windows10.0.19041.0</ActiveDebugFramework>
6+
<ActiveDebugProfile>Windows Machine</ActiveDebugProfile>
7+
<SelectedPlatformGroup>PhysicalDevice</SelectedPlatformGroup>
88
</PropertyGroup>
99
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net10.0-android|AnyCPU'">
1010
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
@@ -13,6 +13,9 @@
1313
<RuntimeIdentifier>iossimulator-x64</RuntimeIdentifier>
1414
<PlatformTarget>x64</PlatformTarget>
1515
</PropertyGroup>
16+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net10.0-android|AnyCPU'">
17+
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
18+
</PropertyGroup>
1619
<ItemGroup>
1720
<None Update="App.xaml">
1821
<SubType>Designer</SubType>

README.md

Lines changed: 1 addition & 1 deletion

bin/Debug/net10.0-windows10.0.19041.0/win-x64/MauiApp2.deps.json

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
"Microsoft.Extensions.Logging.Debug": "10.0.0-rc.1.25451.107",
1616
"Microsoft.Maui.Controls": "10.0.0-rc.1.25452.6",
1717
"Octokit": "14.0.0",
18-
"Microsoft.Maui.Controls.HotReload.Forms": "18.0.0.0",
19-
"Microsoft.VisualStudio.DesignTools.MobileTapContracts": "18.0.0.0",
20-
"Microsoft.VisualStudio.DesignTools.TapContract": "18.0.0.0",
21-
"Microsoft.VisualStudio.DesignTools.XamlTapContract": "18.0.0.0",
2218
"Microsoft.Web.WebView2.Core.Projection": "1.0.3179.45",
2319
"runtimepack.Microsoft.Windows.SDK.NET.Ref": "10.0.19041.57"
2420
},
@@ -573,38 +569,6 @@
573569
}
574570
}
575571
},
576-
"Microsoft.Maui.Controls.HotReload.Forms/18.0.0.0": {
577-
"runtime": {
578-
"Microsoft.Maui.Controls.HotReload.Forms.dll": {
579-
"assemblyVersion": "18.0.0.0",
580-
"fileVersion": "18.0.3339.61685"
581-
}
582-
}
583-
},
584-
"Microsoft.VisualStudio.DesignTools.MobileTapContracts/18.0.0.0": {
585-
"runtime": {
586-
"Microsoft.VisualStudio.DesignTools.MobileTapContracts.dll": {
587-
"assemblyVersion": "18.0.0.0",
588-
"fileVersion": "18.0.3339.61685"
589-
}
590-
}
591-
},
592-
"Microsoft.VisualStudio.DesignTools.TapContract/18.0.0.0": {
593-
"runtime": {
594-
"Microsoft.VisualStudio.DesignTools.TapContract.dll": {
595-
"assemblyVersion": "18.0.0.0",
596-
"fileVersion": "18.0.3339.61685"
597-
}
598-
}
599-
},
600-
"Microsoft.VisualStudio.DesignTools.XamlTapContract/18.0.0.0": {
601-
"runtime": {
602-
"Microsoft.VisualStudio.DesignTools.XamlTapContract.dll": {
603-
"assemblyVersion": "18.0.0.0",
604-
"fileVersion": "18.0.3339.61685"
605-
}
606-
}
607-
},
608572
"Microsoft.Web.WebView2.Core.Projection/1.0.3179.45": {
609573
"runtime": {
610574
"Microsoft.Web.WebView2.Core.Projection.dll": {
@@ -829,26 +793,6 @@
829793
"path": "system.speech/9.0.5",
830794
"hashPath": "system.speech.9.0.5.nupkg.sha512"
831795
},
832-
"Microsoft.Maui.Controls.HotReload.Forms/18.0.0.0": {
833-
"type": "reference",
834-
"serviceable": false,
835-
"sha512": ""
836-
},
837-
"Microsoft.VisualStudio.DesignTools.MobileTapContracts/18.0.0.0": {
838-
"type": "reference",
839-
"serviceable": false,
840-
"sha512": ""
841-
},
842-
"Microsoft.VisualStudio.DesignTools.TapContract/18.0.0.0": {
843-
"type": "reference",
844-
"serviceable": false,
845-
"sha512": ""
846-
},
847-
"Microsoft.VisualStudio.DesignTools.XamlTapContract/18.0.0.0": {
848-
"type": "reference",
849-
"serviceable": false,
850-
"sha512": ""
851-
},
852796
"Microsoft.Web.WebView2.Core.Projection/1.0.3179.45": {
853797
"type": "reference",
854798
"serviceable": false,
0 Bytes
Binary file not shown.
-2.09 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
38.3 MB
Binary file not shown.

0 commit comments

Comments
 (0)