-
-
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.
💾 Feat: 实现了自组网部分的自动建立与自动连接, 新增语言项, 设备页面 UI 更新, 设置页面性能页显示端口号. #176.7
- Loading branch information
1 parent
5972977
commit 9e3e2ec
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule KitX Dashboard
updated
19 files
+1 −1 | App.axaml.cs | |
+3 −0 | Data/AppConfig.cs | |
+2 −2 | Data/GlobalInfo.cs | |
+2 −1 | Languages/en-us.axaml | |
+2 −1 | Languages/fr-fr.axaml | |
+2 −1 | Languages/ja-jp.axaml | |
+2 −1 | Languages/ko-kr.axaml | |
+2 −1 | Languages/ru-ru.axaml | |
+2 −1 | Languages/zh-cn.axaml | |
+2 −1 | Languages/zh-tw.axaml | |
+1 −1 | Models/Plugin.cs | |
+19 −8 | Services/DevicesManager.cs | |
+150 −7 | Services/DevicesServer.cs | |
+8 −0 | Services/EventHandlers.cs | |
+2 −2 | Services/PluginsServer.cs | |
+19 −0 | ViewModels/Pages/Controls/DeviceCardViewModel.cs | |
+11 −2 | ViewModels/Pages/Controls/Settings_PerformenceViewModel.cs | |
+1 −1 | Views/Pages/Controls/DeviceCard.axaml | |
+28 −3 | Views/Pages/Controls/Settings_Performence.axaml |