From c7c8554e2b9809bc90ac4a43fdaa39dfe16f4ab0 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期五, 09 五月 2025 14:09:32 +0800 Subject: [PATCH] “远程测控”功能返回数据中增加protocol和protocolVersion属性,以备前端做多协议兼容。 --- .idea/workspace.xml | 25 +++++++++++++++++++------ 1 files changed, 19 insertions(+), 6 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1029848..1ee9f15 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,9 @@ <option name="autoReloadType" value="SELECTIVE" /> </component> <component name="ChangeListManager"> - <list default="true" id="7a85bc59-9d51-4024-bccc-93ac8a244030" name="Default Changelist" comment="" /> + <list default="true" id="7a85bc59-9d51-4024-bccc-93ac8a244030" name="Default Changelist" comment=""> + <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> + </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> @@ -29,7 +31,7 @@ <property name="aspect.path.notification.shown" value="true" /> <property name="last_opened_file_path" value="$PROJECT_DIR$/pipIrr-platform" /> <property name="nodejs_package_manager_path" value="npm" /> - <property name="project.structure.last.edited" value="Modules" /> + <property name="project.structure.last.edited" value="SDKs" /> <property name="project.structure.proportion" value="0.15" /> <property name="project.structure.side.proportion" value="0.20052427" /> <property name="settings.editor.selected.configurable" value="reference.settingsdialog.IDE.editor.colors.General" /> @@ -37,16 +39,21 @@ <component name="ReactorSettings"> <option name="notificationShown" value="true" /> </component> + <component name="RunDashboard"> + <option name="configurationTypes"> + <set> + <option value="SpringBootApplicationConfigurationType" /> + </set> + </option> + </component> <component name="RunManager" selected="Spring Boot.PipIrrWechatApplication"> - <configuration default="true" type="ArquillianTestNG" factoryName="" nameIsGenerated="true"> + <configuration default="true" type="ArquillianJUnit" factoryName="" nameIsGenerated="true"> <option name="arquillianRunConfiguration"> <value> <option name="containerStateName" value="" /> </value> </option> - <option name="TEST_OBJECT" value="CLASS" /> - <properties /> - <listeners /> + <option name="TEST_OBJECT" value="class" /> <method v="2"> <option name="Make" enabled="true" /> </method> @@ -200,6 +207,12 @@ <workItem from="1743990421345" duration="316000" /> <workItem from="1743990748430" duration="1442000" /> <workItem from="1743992487124" duration="1547000" /> + <workItem from="1743994057855" duration="418000" /> + <workItem from="1743994488436" duration="74000" /> + <workItem from="1743994571396" duration="1222000" /> + <workItem from="1743996126126" duration="76000" /> + <workItem from="1743996212901" duration="72000" /> + <workItem from="1743996432396" duration="516000" /> </task> <servers /> </component> -- Gitblit v1.8.0