Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 788ca96

Browse files
committed
Update wiki
1 parent 65d4dff commit 788ca96

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
ShadowsocksR for Windows
1+
<img src="shadowsocks-csharp/Resources/ssw128.png" alt="[logo]" width="48"/>ShadowsocksR for Windows
22
=======================
33

44
[![Build Status]][Appveyor]
5+
#### [Wiki](https://github.com/HMBSbige/ShadowsocksR-Windows/wiki)
56

67
#### Download
78

@@ -10,15 +11,17 @@ ShadowsocksR for Windows
1011

1112
#### Artifacts
1213
* `ShadowsocksR-netcore.zip`
13-
* 需要安装 [.NET Core 3.0 Runtime](https://dotnet.microsoft.com/download/dotnet-core/3.0)
14+
* 需要安装 [.NET Core 3.0 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.0)
1415
* 文件小
1516

1617
* `ShadowsocksR-net48.zip`
17-
* 需要安装 [.NET Framework 4.8](https://dotnet.microsoft.com/download)最新版 Win10 自带
18+
* 需要安装 [.NET Framework 4.8 Runtime](https://dotnet.microsoft.com/download/thank-you/net48-offline)Windows 10 1903 以上自带
1819
* 文件小
1920

2021
**以下版本首次运行会在 `%temp%\.net\ShadowsocksR\` 释放运行库,若有各种清理软件、Windows 更新等误删则会造成运行出错,删除该目录下的所有文件即可重新释放**
2122

23+
**运行文件夹内 clean.cmd 即可清理释放的文件**
24+
2225
* `ShadowsocksR-netcore-win32.zip`
2326
* 无需额外安装任何运行时
2427
* 文件大
2.21 KB
Loading

shadowsocks-csharp/View/MenuViewController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ public void Quit_Click(object sender, EventArgs e)
10761076

10771077
private void OpenWiki_Click(object sender, RoutedEventArgs e)
10781078
{
1079-
Utils.OpenURL(@"https://github.com/HMBSbige/shadowsocks-rss/wiki");
1079+
Utils.OpenURL(@"https://github.com/HMBSbige/ShadowsocksR-Windows/wiki");
10801080
}
10811081

10821082
private void FeedbackItem_Click(object sender, RoutedEventArgs e)

0 commit comments

Comments
 (0)