-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #184 from Crequency/dev=main
[Pull Request] 单进程检查, 配置文件热重载, 库中直接启动, 更易用的开发工具 [Publish Packages][KitX.Struct.Producer]
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule KitX Dashboard
updated
23 files
+2 −2 | App.axaml.cs | |
+1 −1 | Converters/WindowAttributesConverter.cs | |
+24 −0 | Data/AppConfig.cs | |
+20 −10 | Data/GlobalInfo.cs | |
+192 −26 | Helper.cs | |
+2 −1 | KitX Dashboard.csproj | |
+9 −3 | Models/Plugin.cs | |
+8 −0 | Names/ActivityNames.cs | |
+11 −0 | Names/ActivitySortNames.cs | |
+10 −0 | Names/ActivityTitles.cs | |
+7 −0 | Names/FileWatcherNames.cs | |
+18 −1 | Program.cs | |
+1 −1 | Services/AnouncementManager.cs | |
+8 −0 | Services/EventHandlers.cs | |
+123 −0 | Services/FileWatcherManager.cs | |
+1 −3 | Services/PluginsManager.cs | |
+35 −2 | ViewModels/Pages/Controls/PluginBarViewModel.cs | |
+1 −1 | ViewModels/Pages/Controls/Settings_AboutViewModel.cs | |
+3 −2 | ViewModels/Pages/Controls/Settings_PersonaliseViewModel.cs | |
+21 −1 | ViewModels/Pages/RepoPageViewModel.cs | |
+1 −1 | Views/AnouncementsWindow.axaml.cs | |
+1 −1 | Views/MainWindow.axaml.cs | |
+5 −3 | Views/Pages/Controls/PluginBar.axaml |
Submodule KitX File Format Helper
updated
from 7cef44 to ebb266
Submodule KitX Tools
updated
from ac8dbe to 94b698
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters