mirror of
https://github.com/waynebian01/Shigure.git
synced 2026-09-03 07:15:24 +08:00
feat: 添加启动提示功能,显示版本更新信息并缓存上次显示版本
This commit is contained in:
@@ -35,6 +35,8 @@ internal static class Program
|
||||
|
||||
try
|
||||
{
|
||||
StartupNotice.ShowIfNeeded();
|
||||
|
||||
var options = AppOptions.FromArgs(args);
|
||||
var baseDirectory = AppPaths.BaseDirectory;
|
||||
var moduleStore = new ModuleStore(ModuleStore.ResolveModuleDirectory());
|
||||
|
||||
Reference in New Issue
Block a user