From 4d8500d97d7aeca7b96e55d1d2edafeae154251b Mon Sep 17 00:00:00 2001 From: Snowflake Date: Mon, 8 Jun 2026 08:26:28 +0800 Subject: [PATCH] Add welcome info. --- main.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/main.rb b/main.rb index f48dbf6..54c55a6 100644 --- a/main.rb +++ b/main.rb @@ -22,6 +22,13 @@ rescue => e exit 1 end +puts ' ___ __ ___ ___ ___ ' +puts ' |\/| | |\ | |__ /__` |__ |\ | | | |\ | |__ | ' +puts ' | | | | \| |___ .__/ |___ | \| | | | \| |___ |___ ' +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 the author for more information: SALflake@qq.com or visit https://https://swe-iss.rth1.xyz/softwares/minesentinel." + require_relative 'method_executor' # 日志系统在此时初始化 require_relative 'server_status_detector' require_relative 'systemd_notifier' # 心跳系统在此时初始化