mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 12:43:58 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3bc30812aa |
@@ -27,6 +27,7 @@ public class MikuSB
|
||||
var time = DateTime.Now;
|
||||
IConsole.InitConsole();
|
||||
LoaderManager.InitConfig();
|
||||
ShowAntiScamWarning();
|
||||
if (await UpdateService.TryStartSelfUpdateAsync())
|
||||
return;
|
||||
|
||||
@@ -65,6 +66,16 @@ public class MikuSB
|
||||
await ProcessExit(Volatile.Read(ref _exitCode));
|
||||
}
|
||||
|
||||
private static void ShowAntiScamWarning()
|
||||
{
|
||||
Logger.Warn("============================================================");
|
||||
Logger.Warn("MikuSB is completely free and open source.");
|
||||
Logger.Warn("If you paid anyone for this server, you were scammed.");
|
||||
Logger.Warn("Request a refund immediately and report the seller to us.");
|
||||
Logger.Warn("Discord: https://discord.gg/aMwCu9JyUR");
|
||||
Logger.Warn("============================================================");
|
||||
}
|
||||
|
||||
#region Exit
|
||||
|
||||
private static void RegisterExitEvent()
|
||||
|
||||
@@ -7,6 +7,12 @@
|
||||
|
||||
日本語のドキュメントは [README_jp.md](README_jp.md) にあります。
|
||||
|
||||
## Scam Warning
|
||||
|
||||
MikuSB is completely free and open source.
|
||||
If anyone sold you this server or charged money to provide it, that was a scam.
|
||||
Request a refund immediately and report the seller to us on Discord with any relevant proof or purchase details.
|
||||
|
||||
## Overview
|
||||
|
||||
- `SdkServer`
|
||||
|
||||
@@ -7,6 +7,12 @@
|
||||
|
||||
English documentation is available in [README.md](README.md).
|
||||
|
||||
## 詐欺に関する警告
|
||||
|
||||
MikuSB は完全無料のオープンソースです。
|
||||
このサーバーを誰かから有料で販売された場合、それは詐欺です。
|
||||
すぐに返金を申請し、購入記録や証拠とあわせて Discord で私たちに通報してください。
|
||||
|
||||
## 概要
|
||||
|
||||
- `SdkServer`
|
||||
|
||||
@@ -1 +1 @@
|
||||
v=3.2
|
||||
v=3.3
|
||||
Reference in New Issue
Block a user