From 5af134c7a46f642aaa8a7187a62fdbd14d42e06f Mon Sep 17 00:00:00 2001 From: Space Time Date: Sat, 21 Dec 2024 01:07:41 +0800 Subject: [PATCH] =?UTF-8?q?1.1.4=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.xaml | 2 +- App.xaml.cs | 2 +- README.md | 4 +++- README_EN.md | 4 +++- Wins/AboutWin.xaml | 6 ++++-- Wins/MainWin.xaml.cs | 4 ++-- 6 files changed, 14 insertions(+), 8 deletions(-) diff --git a/App.xaml b/App.xaml index e94476f..c91ade3 100644 --- a/App.xaml +++ b/App.xaml @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - DispatcherUnhandledException="App_DispatcherUnhandledException"> + Startup="App_OnStartup" DispatcherUnhandledException="App_DispatcherUnhandledException"> diff --git a/App.xaml.cs b/App.xaml.cs index 5fb35c1..e17ffd9 100644 --- a/App.xaml.cs +++ b/App.xaml.cs @@ -13,7 +13,7 @@ namespace Sheas_Cealer; public partial class App : Application { - protected override void OnStartup(StartupEventArgs e) + private void App_OnStartup(object sender, StartupEventArgs e) { #region Upgrade Settings if (Settings.Default.IsUpgradeRequired) diff --git a/README.md b/README.md index 1fc2f43..2cf4aca 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## 自我介绍 **Sheas Cealer**: 一只基于 **WPF(.Net8)** 的 SNI 伪造工具 -* 适用平台: Windows x64 +* 适用平台: Windows ## 词汇解释 **[Sheas Cealer Dictionary](https://github.com/SpaceTimee/Sheas-Cealer/wiki/Sheas-Cealer-Dictionary)** @@ -34,6 +34,8 @@ 1. Setup 安装器 (首选): 下载 Sheas Cealer Setup.exe 并运行 -> 按照提示设置即可安装 2. Zip 压缩包 (免安装): 下载 Sheas Cealer Zip.zip 并解压 -> 完成后即可直接使用 +> Scd 版本: Scd 版本内置 .Net 运行时,可在缺乏 .Net 运行时的环境下运行,但代价是更大的文件体积以及更差跨平台能力,如果没有特殊原因,不建议使用 Scd 版本 + ## 食用文档 **[Sheas Cealer Documentation](https://github.com/SpaceTimee/Sheas-Cealer/wiki/Sheas-Cealer-Documentation)** diff --git a/README_EN.md b/README_EN.md index 38a6e8b..937838d 100644 --- a/README_EN.md +++ b/README_EN.md @@ -8,7 +8,7 @@ ## About **Sheas Cealer**: A SNI concealing tool based on **WPF(.Net8)** -* Applicable platform: Windows x64 +* Applicable platform: Windows ## Vocabulary **[Sheas Cealer Dictionary](https://github.com/SpaceTimee/Sheas-Cealer/wiki/Sheas-Cealer-Dictionary)** @@ -30,6 +30,8 @@ 1. Github (preferred): [https://github.com/SpaceTimee/Sheas-Cealer/releases](https://github.com/SpaceTimee/Sheas-Cealer/releases) 2. Lanzou (password 3wnj) (recommended in mainland China): [https://spacetime.lanzouu.com/b017hp0lc](https://spacetime.lanzouu.com/b017hp0lc) +> Scd version: The Scd version has a built-in .Net runtime and can run in an environment without a .Net runtime, but the cost is a larger file size and worse cross-platform capabilities. If there is no special reason, it is not recommended to use the Scd version + ## Installation 1. Setup Installer (preferred): Download Sheas Cealer Setup.exe and run -> Then follow the prompts to install 2. Zip Package (installation-free): Download Sheas Cealer Zip.zip and unzip -> Then you can use it directly diff --git a/Wins/AboutWin.xaml b/Wins/AboutWin.xaml index a07f737..738888c 100644 --- a/Wins/AboutWin.xaml +++ b/Wins/AboutWin.xaml @@ -23,13 +23,15 @@ -