Rewrote welcome information.

This commit is contained in:
2026-06-08 08:45:51 +08:00
parent 5d5c5df777
commit 5b16bbacf8
+3 -2
View File
@@ -26,8 +26,9 @@ puts ' ___ __ ___ ___ ___ '
puts ' |\/| | |\ | |__ /__` |__ |\ | | | |\ | |__ | ' puts ' |\/| | |\ | |__ /__` |__ |\ | | | |\ | |__ | '
puts ' | | | | \| |___ .__/ |___ | \| | | | \| |___ |___ ' puts ' | | | | \| |___ .__/ |___ | \| | | | \| |___ |___ '
puts " MineSentinel dev-rolling version by <*> S.A. [@Snoware] and owned by SCU team." puts " MineSentinel dev-rolling version by <*> S.A. [@Snoware] and owned by SCU team."
puts " 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 " E-mail the author for more information: SALflake@qq.com or visit https://https://swe-iss.rth1.xyz/softwares/minesentinel.\n" puts " Copyleft (c) 2026 S.A. SNOWARE-SCU. This program is licensed under Mulan PubL v2."
puts "."
require_relative 'method_executor' # 日志系统在此时初始化 require_relative 'method_executor' # 日志系统在此时初始化
MethodExecutor.record("debug", "init", "Initialized MethodExecutor, which implements logging system and intervening functions.") MethodExecutor.record("debug", "init", "Initialized MethodExecutor, which implements logging system and intervening functions.")