Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBSbige committed Dec 9, 2022
1 parent 864b6fc commit 4e25e06
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 61 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,10 @@

## [Wiki](https://github.com/HMBSbige/ShadowsocksR-Windows/wiki)

## 相关推荐

[**壁虎翻墙网 :100:**](https://freegecko.com/index.php/#/register?code=ua6ot4EE)

这是我所选择的服务器提供商,IPLC专线翻墙、稳定、速度快、价格便宜。欢迎大家使用我的推广链接前去注册。https://freegecko.com/index.php/#/register?code=ua6ot4EE

## Download

* [latest release]

## Donate
[Donate](./pic/wechat.jpg)

## Develop

Visual Studio Community 2022 is recommended.
Expand Down
Binary file removed pic/wechat.jpg
Binary file not shown.
10 changes: 0 additions & 10 deletions shadowsocks-csharp/Controller/MenuViewController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -342,11 +342,6 @@ private void LoadMenu()
AllowPreReleaseItem.Click += AllowPreRelease_Click;
break;
}
case @"Donate":
{
menuItem.Click += DonateMenuItem_Click;
break;
}
case @"Quit":
{
menuItem.Click += Quit_Click;
Expand Down Expand Up @@ -1037,11 +1032,6 @@ private static void FeedbackItem_Click(object sender, RoutedEventArgs e)
Utils.OpenURL(@"https://github.com/HMBSbige/ShadowsocksR-Windows/issues/new/choose");
}

private static void DonateMenuItem_Click(object sender, RoutedEventArgs e)
{
new ImageWindow().Show();
}

private void notifyIcon_TrayLeftMouseUp(object sender, RoutedEventArgs e)
{
var key = Keyboard.IsKeyDown(Key.LeftShift) ? 1 : 0;
Expand Down
5 changes: 2 additions & 3 deletions shadowsocks-csharp/I18N/App.en-US.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sys="clr-namespace:System;assembly=mscorlib">
<sys:String x:Key="ResourceDictionaryName">en-US</sys:String>
Expand Down Expand Up @@ -51,7 +51,6 @@
<sys:String x:Key="PortSettings">Port settings...</sys:String>
<sys:String x:Key="OpenWiki">Open wiki...</sys:String>
<sys:String x:Key="Feedback">Feedback...</sys:String>
<sys:String x:Key="Donate">Donate...</sys:String>
<sys:String x:Key="GenQrCode">Gen custom QRCode...</sys:String>
<sys:String x:Key="Update">Update...</sys:String>
<sys:String x:Key="CheckUpdate">Check update</sys:String>
Expand Down Expand Up @@ -118,4 +117,4 @@
<sys:String x:Key="Socks5">Socks5(support UDP)</sys:String>
<sys:String x:Key="Http">Http tunnel</sys:String>
<sys:String x:Key="TcpPortTunnel">TCP Port tunnel</sys:String>
</ResourceDictionary>
</ResourceDictionary>
5 changes: 2 additions & 3 deletions shadowsocks-csharp/I18N/App.zh-CN.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sys="clr-namespace:System;assembly=mscorlib">
<sys:String x:Key="ResourceDictionaryName">zh-CN</sys:String>
Expand Down Expand Up @@ -51,7 +51,6 @@
<sys:String x:Key="PortSettings">端口设置</sys:String>
<sys:String x:Key="OpenWiki">帮助文档</sys:String>
<sys:String x:Key="Feedback">问题反馈</sys:String>
<sys:String x:Key="Donate">捐赠</sys:String>
<sys:String x:Key="GenQrCode">二维码生成器</sys:String>
<sys:String x:Key="Update">更新</sys:String>
<sys:String x:Key="CheckUpdate">检查更新</sys:String>
Expand Down Expand Up @@ -118,4 +117,4 @@
<sys:String x:Key="Socks5">Socks5(支持UDP)</sys:String>
<sys:String x:Key="Http">HTTP 隧道</sys:String>
<sys:String x:Key="TcpPortTunnel">TCP 端口转发</sys:String>
</ResourceDictionary>
</ResourceDictionary>
5 changes: 2 additions & 3 deletions shadowsocks-csharp/I18N/App.zh-TW.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sys="clr-namespace:System;assembly=mscorlib">
<sys:String x:Key="ResourceDictionaryName">zh-TW</sys:String>
Expand Down Expand Up @@ -56,7 +56,6 @@
<sys:String x:Key="CheckUpdate">檢查更新</sys:String>
<sys:String x:Key="AutoCheckUpdate">自動檢查更新</sys:String>
<sys:String x:Key="AllowPreRelease">包括測試版更新</sys:String>
<sys:String x:Key="Donate">捐助...</sys:String>

<sys:String x:Key="Quit">退出</sys:String>

Expand Down Expand Up @@ -118,4 +117,4 @@
<sys:String x:Key="Socks5">Socks5(支援UDP)</sys:String>
<sys:String x:Key="Http">Http隧道</sys:String>
<sys:String x:Key="TcpPortTunnel">TCP通訊埠轉發</sys:String>
</ResourceDictionary>
</ResourceDictionary>
11 changes: 0 additions & 11 deletions shadowsocks-csharp/View/ImageWindow.xaml

This file was deleted.

15 changes: 0 additions & 15 deletions shadowsocks-csharp/View/ImageWindow.xaml.cs

This file was deleted.

5 changes: 2 additions & 3 deletions shadowsocks-csharp/View/NotifyIconResources.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style TargetType="MenuItem">
<Setter Property="BorderThickness" Value="3"></Setter>
Expand Down Expand Up @@ -73,7 +73,6 @@
<MenuItem x:Name="AllowPreRelease" />
</MenuItem>
</MenuItem>
<MenuItem x:Name="Donate" />
<MenuItem x:Name="Quit" />
</ContextMenu>
</ResourceDictionary>
</ResourceDictionary>
4 changes: 0 additions & 4 deletions shadowsocks-csharp/shadowsocksr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@
<None Remove="View\SubscribeWindow.xaml" />
</ItemGroup>

<ItemGroup>
<Resource Include="..\pic\wechat.jpg" Link="Resources\wechat.jpg" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="ARSoft.Tools.Net" Version="2.3.0" />
<PackageReference Include="CryptoBase" Version="1.7.2" />
Expand Down

0 comments on commit 4e25e06

Please sign in to comment.