From 72178f8122a9c1f70f2d50e20da03d7656183b48 Mon Sep 17 00:00:00 2001 From: Snowflake Date: Mon, 8 Jun 2026 08:54:31 +0800 Subject: [PATCH] Rewrote welcome information. --- main.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.rb b/main.rb index 4d7fdbf..b276b0a 100644 --- a/main.rb +++ b/main.rb @@ -26,8 +26,8 @@ puts ' ___ __ ___ ___ ___ ' puts ' |\/| | |\ | |__ /__` |__ |\ | | | |\ | |__ | ' puts ' | | | | \| |___ .__/ |___ | \| | | | \| |___ |___ ' puts " MineSentinel dev-rolling version by <*> S.A. [@SNOWARE] and owned by SCU team." -puts " E-mail: SALflake@qq.com | QQ: 758522192 | Website: https://https://swe-iss.rth1.xyz/softwares/minesentinel." puts " Copyleft (c) 2026 S.A. SNOWARE-SCU. This program is licensed under Mulan PubL v2." +puts " E-mail: SALflake@qq.com | QQ: 758522192 | Website: https://https://swe-iss.rth1.xyz/softwares/minesentinel." puts require_relative 'method_executor' # 日志系统在此时初始化