MCSManager/app.js
2022-08-11 14:06:42 +08:00

33 lines
2.0 KiB
JavaScript
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Copyright (C) 2022 MCSManager <mcsmanager-dev@outlook.com>
console.log(`______ _______________________ ___
___ |/ /_ ____/_ ___/__ |/ /_____ _____________ _______ _____________
__ /|_/ /_ / _____ \\__ /|_/ /_ __ /_ __ \\ __ /_ __ / _ \\_ ___/
_ / / / / /___ ____/ /_ / / / / /_/ /_ / / / /_/ /_ /_/ // __/ /
/_/ /_/ \\____/ /____/ /_/ /_/ \\__,_/ /_/ /_/\\__,_/ _\\__, / \\___//_/
/____/
+ https://github.com/MCSManager
`);
console.log(`The installation and startup method you are using is no longer supported,
you may be reading an older version of the MCSManager tutorial or documentation.
Please go to https://mcsmanager.com/ official website for the latest installation method.
The program has automatically exited.
`);
console.log(`您使用的安装和启动方式已经不再支持,您可能正在阅读旧版本的 MCSManager 教程或文档。
请前往 https://mcsmanager.com/ 官方网站了解最新安装方式。
程序已自动退出。
`);
console.log(`Используемый метод установки и запуска больше не поддерживается.
возможно, вы читаете старую версию учебника или документации по MCSManager.
Перейдите на официальный сайт https://mcsmanager.com/, чтобы узнать о последнем способе установки.
Программа автоматически закрылась.
`);
console.log(`使用しているインストールおよび起動方法はサポートされなくなりました。古いバージョンのMCSManagerチュートリアルまたはドキュメントを読んでいる可能性があります。
最新のインストール方法については、https//mcsmanager.com/ 公式 Web サイトにアクセスしてください。
プログラムは自動的に終了しました。
`);