mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-13 12:52:08 +08:00
1.0.3 更新
This commit is contained in:
parent
ab9e7b1191
commit
6c10f37f93
@ -7,11 +7,13 @@
|
||||
[["*exhentai.org"],"exh","178.175.129.254"],
|
||||
[["*sukebei.nyaa.si"],"suk","198.251.89.38"],
|
||||
[["*theporndude.com"],"the","104.19.128.100"],
|
||||
[["upload.wikimedia.org"],"wiki","208.80.154.240"],
|
||||
[["*wikipedia.org","*wikimedia.org"],"wik","91.198.174.192"],
|
||||
[["*steamcommunity.com"],"ste","104.92.74.217"],
|
||||
[["*instagram.com"],"ins","157.240.236.174"],
|
||||
[["*amazon.co.jp"],"ama","52.222.208.138"],
|
||||
[["*github.com"],"git","140.82.121.3"],
|
||||
[["*pornhub.com"],"por","66.254.114.40"],
|
||||
[["*onedrive.live.com"],"one","13.107.42.13"],
|
||||
[["*mikuclub.cc"],"mik","45.152.67.140"],
|
||||
[["*twitch.tv"],"twi","199.232.138.167"],
|
||||
|
BIN
Country.mmdb
Normal file
BIN
Country.mmdb
Normal file
Binary file not shown.
@ -48,8 +48,9 @@
|
||||
**Space Time**
|
||||
|
||||
## 联系方式
|
||||
1. **新 QQ 群: 338919498**
|
||||
2. **邮箱: Zeus6_6@163.com**
|
||||
1. **新 QQ 群 (主群): 338919498**
|
||||
2. 新 TG 群 (分群) (宽松管理) (低情商: 懒得管): [PixCealerChat](https://t.me/PixCealerChat)
|
||||
3. **邮箱: Zeus6_6@163.com**
|
||||
|
||||
## 许可证
|
||||
[](https://app.fossa.com/projects/git%2Bgithub.com%2FSpaceTimee%2FSheas-Cealer?ref=badge_large)
|
||||
|
@ -8,10 +8,10 @@
|
||||
<PackageReleaseNotes>Just Ceal It</PackageReleaseNotes>
|
||||
<Authors>Space Time</Authors>
|
||||
<Company>Space Time</Company>
|
||||
<AssemblyVersion>1.0.2</AssemblyVersion>
|
||||
<Version>1.0.2</Version>
|
||||
<FileVersion>1.0.2</FileVersion>
|
||||
<InformationalVersion>1.0.2</InformationalVersion>
|
||||
<AssemblyVersion>1.0.3</AssemblyVersion>
|
||||
<Version>1.0.3</Version>
|
||||
<FileVersion>1.0.3</FileVersion>
|
||||
<InformationalVersion>1.0.3</InformationalVersion>
|
||||
<PackageTags>Tool;Sheas;Cealer;Sni</PackageTags>
|
||||
<ApplicationIcon>Sheas-Cealer-Logo.ico</ApplicationIcon>
|
||||
<PackageIcon>Sheas Cealer Logo.png</PackageIcon>
|
||||
@ -53,6 +53,8 @@
|
||||
<None Remove="Cealing-Clash.exe" />
|
||||
<None Remove="Cealing-Host.json" />
|
||||
<None Remove="Clash.exe" />
|
||||
<None Remove="config.yaml" />
|
||||
<None Remove="Country.mmdb" />
|
||||
<None Remove="README.md" />
|
||||
<None Remove="Sheas-Cealer-Logo.ico" />
|
||||
</ItemGroup>
|
||||
|
@ -136,9 +136,9 @@ namespace Sheas_Cealer
|
||||
if (ClashButton.Content.ToString() == "代理")
|
||||
{
|
||||
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
|
||||
{
|
||||
|
12
config.yaml
Normal file
12
config.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user