Skip to content

Commit 6bbc272

Browse files
更新URL。
1 parent fb435c7 commit 6bbc272

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

NetworkSelector/NetworkSelector.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<DefaultLanguage>en-US</DefaultLanguage>
1515
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
1616
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
17-
<PackageCertificateThumbprint>17486FA15095A9286A151894772AE5804895D991</PackageCertificateThumbprint>
1817
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
1918
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
2019
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>

NetworkSelector/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Identity
1111
Name="53093SIXiaolong.GatewaySelector"
1212
Publisher="CN=SI Xiaolong"
13-
Version="2.3.3.0" />
13+
Version="2.5.1.0" />
1414

1515
<Properties>
1616
<DisplayName>ms-resource:AppTitle</DisplayName>

NetworkSelector/Pages/About.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,14 @@
134134
Grid.Column="0"
135135
HorizontalAlignment="Left"
136136
VerticalAlignment="Center"
137-
NavigateUri="https://raw.githubusercontent.com/Direct5dom/NetworkSelector/master/PRIVACY" />
137+
NavigateUri="https://raw.githubusercontent.com/SIXiaolong1117/NetworkSelector/master/PRIVACY" />
138138
<HyperlinkButton
139139
x:Uid="FeedbackBugs"
140140
Grid.Row="1"
141141
Grid.Column="0"
142142
HorizontalAlignment="Left"
143143
VerticalAlignment="Center"
144-
NavigateUri="https://github.com/Direct5dom/NetworkSelector/issues" />
144+
NavigateUri="https://github.com/SIXiaolong1117/NetworkSelector/issues" />
145145
<HyperlinkButton
146146
x:Uid="AboutWiki"
147147
Grid.Row="2"
@@ -156,15 +156,15 @@
156156
HorizontalAlignment="Left"
157157
VerticalAlignment="Center"
158158
FontSize="14"
159-
NavigateUri="https://github.com/Direct5dom/NetworkSelector" />
159+
NavigateUri="https://github.com/SIXiaolong1117/NetworkSelector" />
160160
<HyperlinkButton
161161
x:Uid="AboutMITLicense"
162162
Grid.Row="4"
163163
Grid.Column="0"
164164
HorizontalAlignment="Left"
165165
VerticalAlignment="Center"
166166
FontSize="14"
167-
NavigateUri="https://raw.githubusercontent.com/Direct5dom/NetworkSelector/master/LICENSE" />
167+
NavigateUri="https://raw.githubusercontent.com/SIXiaolong1117/NetworkSelector/master/LICENSE" />
168168
</Grid>
169169

170170
<TextBlock

NetworkSelector/Pages/About.xaml.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public About()
2222
var version = package.Id.Version;
2323

2424
APPVersion.Text = $"{version.Major}.{version.Minor}.{version.Build}";
25-
//APPVersion.NavigateUri = new System.Uri($"https://github.com/Direct5dom/NetworkSelector/releases/tag/{version.Major}.{version.Minor}.{version.Build}.{version.Revision}");
25+
//APPVersion.NavigateUri = new System.Uri($"https://github.com/SIXiaolong1117/NetworkSelector/releases/tag/{version.Major}.{version.Minor}.{version.Build}.{version.Revision}");
2626
//APPVersion.NavigateUri = new System.Uri($"https://www.microsoft.com/store/apps/9PDQC93R0WLF");
2727

2828
GetList();
@@ -57,13 +57,13 @@ private async void GetList()
5757
string stringList = null;
5858
try
5959
{
60-
nameList = await HTTPResponse("https://raw.githubusercontent.com/Direct5dom/Direct5dom/main/README/Sponsor/List");
60+
nameList = await HTTPResponse("https://raw.githubusercontent.com/SIXiaolong1117/SIXiaolong1117/main/README/Sponsor/List");
6161
}
6262
catch (Exception ex)
6363
{
6464
try
6565
{
66-
nameList = await HTTPResponse("https://gitee.com/XiaolongSI/Direct5dom/raw/main/README/Sponsor/List");
66+
nameList = await HTTPResponse("https://gitee.com/XiaolongSI/SIXiaolong1117/raw/main/README/Sponsor/List");
6767
}
6868
catch (Exception ex2)
6969
{
@@ -72,13 +72,13 @@ private async void GetList()
7272
}
7373
try
7474
{
75-
stringList = await HTTPResponse("https://raw.githubusercontent.com/Direct5dom/Direct5dom/main/README/Text/List");
75+
stringList = await HTTPResponse("https://raw.githubusercontent.com/SIXiaolong1117/SIXiaolong1117/main/README/Text/List");
7676
}
7777
catch (Exception ex)
7878
{
7979
try
8080
{
81-
stringList = await HTTPResponse("https://gitee.com/XiaolongSI/Direct5dom/raw/main/README/Text/List");
81+
stringList = await HTTPResponse("https://gitee.com/XiaolongSI/SIXiaolong1117/raw/main/README/Text/List");
8282
}
8383
catch (Exception ex2)
8484
{

0 commit comments

Comments
 (0)