mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-13 21:02:08 +08:00
1.0.1 更新
This commit is contained in:
parent
dff4ce4a70
commit
55ec368160
@ -4,9 +4,12 @@
|
||||
[["*pinterest.com"],"pin","2.18.233.9"],
|
||||
[["*e-hentai.org"],"ehe","104.20.134.21"],
|
||||
[["*exhentai.org"],"exh","178.175.129.254"],
|
||||
[["*sukebei.nyaa.si"],"suk","198.251.89.38"],
|
||||
[["*theporndude.com"],"the","104.19.128.100"],
|
||||
[["*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"]
|
||||
[["*github.com"],"git","140.82.121.3"],
|
||||
[["*mikuclub.cc"],"mik","43.224.152.124"]
|
||||
]
|
@ -1,6 +1,5 @@
|
||||
<h1 align="center">Sheas ◁ Cealer</h1>
|
||||
<h3 align="center">- Just Ceal It -</h3>
|
||||
|
||||
</br>
|
||||
|
||||
## 自我介绍
|
||||
@ -47,4 +46,7 @@
|
||||
1. **新 QQ 群: 338919498**
|
||||
2. **邮箱: Zeus6_6@163.com**
|
||||
|
||||
## 许可证
|
||||
[](https://app.fossa.com/projects/git%2Bgithub.com%2FSpaceTimee%2FSheas-Cealer?ref=badge_large)
|
||||
|
||||
•ᴗ•
|
||||
|
@ -70,7 +70,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="MaterialDesignThemes" Version="4.4.0" />
|
||||
<PackageReference Include="MaterialDesignThemes" Version="4.5.0" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
||||
</ItemGroup>
|
||||
|
||||
|
@ -121,7 +121,7 @@ namespace Sheas_Cealer
|
||||
{
|
||||
try
|
||||
{
|
||||
OpenFileDialog openFileDialog = new() { Filter = "EXE (*.exe)|*.exe" };
|
||||
OpenFileDialog openFileDialog = new() { Filter = "浏览器 (*.exe)|*.exe" };
|
||||
|
||||
if (openFileDialog.ShowDialog() == true)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user