1.0.3 更新

This commit is contained in:
Space Time 2022-05-17 08:11:49 +08:00
parent ab9e7b1191
commit 6c10f37f93
6 changed files with 25 additions and 8 deletions

View File

@ -7,11 +7,13 @@
[["*exhentai.org"],"exh","178.175.129.254"], [["*exhentai.org"],"exh","178.175.129.254"],
[["*sukebei.nyaa.si"],"suk","198.251.89.38"], [["*sukebei.nyaa.si"],"suk","198.251.89.38"],
[["*theporndude.com"],"the","104.19.128.100"], [["*theporndude.com"],"the","104.19.128.100"],
[["upload.wikimedia.org"],"wiki","208.80.154.240"],
[["*wikipedia.org","*wikimedia.org"],"wik","91.198.174.192"], [["*wikipedia.org","*wikimedia.org"],"wik","91.198.174.192"],
[["*steamcommunity.com"],"ste","104.92.74.217"], [["*steamcommunity.com"],"ste","104.92.74.217"],
[["*instagram.com"],"ins","157.240.236.174"], [["*instagram.com"],"ins","157.240.236.174"],
[["*amazon.co.jp"],"ama","52.222.208.138"], [["*amazon.co.jp"],"ama","52.222.208.138"],
[["*github.com"],"git","140.82.121.3"], [["*github.com"],"git","140.82.121.3"],
[["*pornhub.com"],"por","66.254.114.40"],
[["*onedrive.live.com"],"one","13.107.42.13"], [["*onedrive.live.com"],"one","13.107.42.13"],
[["*mikuclub.cc"],"mik","45.152.67.140"], [["*mikuclub.cc"],"mik","45.152.67.140"],
[["*twitch.tv"],"twi","199.232.138.167"], [["*twitch.tv"],"twi","199.232.138.167"],

BIN
Country.mmdb Normal file

Binary file not shown.

View File

@ -48,8 +48,9 @@
**Space Time** **Space Time**
## 联系方式 ## 联系方式
1. **新 QQ 群: 338919498** 1. **新 QQ 群 (主群): 338919498**
2. **邮箱: Zeus6_6@163.com** 2. 新 TG 群 (分群) (宽松管理) (低情商: 懒得管): [PixCealerChat](https://t.me/PixCealerChat)
3. **邮箱: Zeus6_6@163.com**
## 许可证 ## 许可证
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FSpaceTimee%2FSheas-Cealer.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FSpaceTimee%2FSheas-Cealer?ref=badge_large) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FSpaceTimee%2FSheas-Cealer.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FSpaceTimee%2FSheas-Cealer?ref=badge_large)

View File

@ -8,10 +8,10 @@
<PackageReleaseNotes>Just Ceal It</PackageReleaseNotes> <PackageReleaseNotes>Just Ceal It</PackageReleaseNotes>
<Authors>Space Time</Authors> <Authors>Space Time</Authors>
<Company>Space Time</Company> <Company>Space Time</Company>
<AssemblyVersion>1.0.2</AssemblyVersion> <AssemblyVersion>1.0.3</AssemblyVersion>
<Version>1.0.2</Version> <Version>1.0.3</Version>
<FileVersion>1.0.2</FileVersion> <FileVersion>1.0.3</FileVersion>
<InformationalVersion>1.0.2</InformationalVersion> <InformationalVersion>1.0.3</InformationalVersion>
<PackageTags>Tool;Sheas;Cealer;Sni</PackageTags> <PackageTags>Tool;Sheas;Cealer;Sni</PackageTags>
<ApplicationIcon>Sheas-Cealer-Logo.ico</ApplicationIcon> <ApplicationIcon>Sheas-Cealer-Logo.ico</ApplicationIcon>
<PackageIcon>Sheas Cealer Logo.png</PackageIcon> <PackageIcon>Sheas Cealer Logo.png</PackageIcon>
@ -53,6 +53,8 @@
<None Remove="Cealing-Clash.exe" /> <None Remove="Cealing-Clash.exe" />
<None Remove="Cealing-Host.json" /> <None Remove="Cealing-Host.json" />
<None Remove="Clash.exe" /> <None Remove="Clash.exe" />
<None Remove="config.yaml" />
<None Remove="Country.mmdb" />
<None Remove="README.md" /> <None Remove="README.md" />
<None Remove="Sheas-Cealer-Logo.ico" /> <None Remove="Sheas-Cealer-Logo.ico" />
</ItemGroup> </ItemGroup>

View File

@ -136,9 +136,9 @@ namespace Sheas_Cealer
if (ClashButton.Content.ToString() == "代理") if (ClashButton.Content.ToString() == "代理")
{ {
proxyKey.SetValue("ProxyEnable", 1); proxyKey.SetValue("ProxyEnable", 1);
proxyKey.SetValue("ProxyServer", "127.0.0.1:7890"); proxyKey.SetValue("ProxyServer", "127.0.0.1:7880");
new Clash().ShellRun(AppDomain.CurrentDomain.SetupInformation.ApplicationBase!, string.Empty); new Clash().ShellRun(AppDomain.CurrentDomain.SetupInformation.ApplicationBase!, "-d .");
} }
else else
{ {

12
config.yaml Normal file
View File

@ -0,0 +1,12 @@
mixed-port: 7880
allow-lan: true
ipv6: true
log-level: silent
rules:
- 'MATCH,DIRECT'
proxies:
- name: Local
type: socks5
server: 127.0.0.1
port: 1080