-
-
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 #204 from Crequency/KitX/dev=main
[Pull Request] 六项新增 新增: 1. 局域网通信 (自组网之后的主控网络) 2. 更多语言的 KitX Contracts 实现 3. Cpp 的 KitX Loader 相关尝试 4. MAUI 框架的 KitX Mobile 尝试 5. 网络相关调试命令 6. KitX.Web.Rules Command 抽象
- Loading branch information
Showing
10 changed files
with
49 additions
and
9 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
|
||
# Contributing Rules | ||
|
||
## Rules About Commt Message | ||
**View This**: https://docs.catrol.cn/rules/team/git/#%E6%8F%90%E4%BA%A4%E6%B6%88%E6%81%AF%E8%A7%84%E8%8C%83 | ||
And we provide commit.template.txt in root of KitX source codes folder. | ||
|
||
## Pull Request Title | ||
|
||
### About Modify | ||
修改类别 (使用时 "几项`<修改类别>`"): | ||
|
||
- 功能新增 (新增) | ||
- 功能移除 (移除) | ||
- 逻辑重构 (重构) | ||
- 问题修复 (修复) | ||
|
||
例如: `[Pull Request] 三项新增, 一项修复` |
Submodule KitX Contracts
updated
from 666ac3 to 8b52d2
Submodule KitX Dashboard
updated
19 files
+7 −1 | Data/AppConfig.cs | |
+1 −1 | KitX Dashboard.csproj | |
+3 −22 | Languages/en-us.axaml | |
+2 −21 | Languages/fr-fr.axaml | |
+2 −21 | Languages/ja-jp.axaml | |
+2 −21 | Languages/ko-kr.axaml | |
+2 −21 | Languages/ru-ru.axaml | |
+2 −21 | Languages/zh-cn.axaml | |
+2 −21 | Languages/zh-tw.axaml | |
+24 −0 | Properties/PublishProfiles/win-x64-single-desktop-notification.pubxml | |
+197 −50 | Services/DebugService.cs | |
+144 −56 | Services/DevicesServer.cs | |
+15 −8 | Services/StatisticsManager.cs | |
+13 −2 | Services/WebManager.cs | |
+1 −1 | ViewModels/Pages/Controls/DevelopingViewModel.cs | |
+4 −2 | ViewModels/Pages/Controls/Settings_GeneralViewModel.cs | |
+29 −3 | ViewModels/Pages/Controls/Settings_PerformenceViewModel.cs | |
+28 −6 | Views/MainWindow.axaml.cs | |
+96 −69 | Views/Pages/Controls/Settings_Performence.axaml |
Submodule KitX File Format Helper
updated
from 4aea2b to 645951
Submodule KitX Installer
updated
5 files
Submodule KitX Loaders
updated
23 files
Submodule KitX Mobile
updated
62 files
Submodule KitX Rules
updated
from 5ff58b to b2585e
Submodule KitX Test
updated
from d52653 to 17a39d
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