Skip to content

Commit 627dd64

Browse files
committed
chore: 移除 cli 限制
1 parent 7c6b06c commit 627dd64

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

MaiChartManager.CLI/Program.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@
2424
AppMain.InitConfiguration(true);
2525
await IapManager.Init();
2626

27-
#if !CRACK
28-
if (IapManager.License != IapManager.LicenseStatus.Active)
29-
{
30-
Console.WriteLine("命令行工具目前为赞助版功能,请先使用桌面版应用程序解锁");
31-
return 1;
32-
}
33-
#endif
34-
3527
var app = new CommandApp();
3628

3729
app.Configure(config =>

0 commit comments

Comments
 (0)