| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="ChangeListManager">
- <list default="true" id="ebc05332-7d4a-4b94-9ccd-3e5ff3d4f574" name="Default Changelist" comment="">
- <change afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/bo/ValidReporting.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/common/http/HttpsClient.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/controller/phone" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/entity/Message.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/entity/SubscribeMessages.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/entity/TemplateData.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/mapper/SubscribeMessagesMapper.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/service/SubscribeMessagesService.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/service/impl/SubscribeMessagesServiceImpl.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/resources/mapper/SubscribeMessagesMapper.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/application.yml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/H3cReportingApplication.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/anno/AdminLoginCheck.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/anno/ParamCheck.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/anno/UserLoginCheck.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/aop/LoginCheckAspect.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/aop/ParamCheckAspect.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/bo/CloseReporting.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/bo/DeleteIds.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/bo/DeleteReporting.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/bo/ValidReporting.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/exception/BizCodeEnume.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/exception/MyExceptionHandler.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/exception/RRException.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/http/HttpsClient.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/utils/BaseResult.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/utils/CommonResult.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/utils/MyQuery.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/utils/PageParam.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/utils/PageUtils.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/common/utils/SQLFilter.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/config/JacksonConfig.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/config/MybatisPlusPageConfig.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/controller/FileController.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/controller/InformationReportingController.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/controller/UserController.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/controller/WxController.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/controller/request/AdminLoginRequest.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/controller/request/AdminPasswordUpdateRequest.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/controller/request/ReportQueryRequest.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/controller/request/UserQueryRequest.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/conver/LocalDateTimeConverter.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/conver/StatusConverter.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/dto/InformationReportingDTO.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/dto/ReportingDownloadDTO.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/dto/UserDTO$UserDTOBuilder.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/dto/UserDTO.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/entity/InformationReporting.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/entity/Message.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/entity/SubscribeMessages.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/entity/TemplateData.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/entity/User.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/mapper/InformationReportingMapper.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/mapper/SubscribeMessagesMapper.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/mapper/UserMapper.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/service/InformationReportingService.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/service/SubscribeMessagesService.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/service/UserService.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/service/impl/InformationReportingServiceImpl.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/service/impl/SubscribeMessagesServiceImpl.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/service/impl/UserServiceImpl.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/util/CommonUtil.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/util/JWTUtil.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/util/RSAUtils.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/vo/AddUserVO.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/vo/InformationReportingVO.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/vo/UserVO$UserVOBuilder.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/vo/UserVO.class" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/mapper/InformationReportingMapper.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/mapper/SubscribeMessagesMapper.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/mapper/UserMapper.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/smart-doc.json" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/static/doc/AllInOne.css" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/static/doc/index.html" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/classes/static/doc/search.js" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/h3c_reporting-0.0.1-SNAPSHOT.jar" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/h3c_reporting-0.0.1-SNAPSHOT.jar.original" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/maven-archiver/pom.properties" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/surefire-reports/TEST-com.chuanghai.h3c_reporting.H3cReportingApplicationTests.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/surefire-reports/com.chuanghai.h3c_reporting.H3cReportingApplicationTests.txt" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/target/test-classes/com/chuanghai/h3c_reporting/H3cReportingApplicationTests.class" afterDir="false" />
- </list>
- <option name="SHOW_DIALOG" value="false" />
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
- <option name="LAST_RESOLUTION" value="IGNORE" />
- </component>
- <component name="FileTemplateManagerImpl">
- <option name="RECENT_TEMPLATES">
- <list>
- <option value="Interface" />
- <option value="Class" />
- </list>
- </option>
- </component>
- <component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
- </component>
- <component name="MavenImportPreferences">
- <option name="generalSettings">
- <MavenGeneralSettings>
- <option name="mavenHome" value="D:/software1/apache-maven-3.6.0" />
- <option name="userSettingsFile" value="D:\software1\apache-maven-3.6.0\conf\settings.xml" />
- </MavenGeneralSettings>
- </option>
- </component>
- <component name="ProjectId" id="2VHqJrLWGuFT096jnod7MtqgluF" />
- <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
- <component name="ProjectViewState">
- <option name="showExcludedFiles" value="true" />
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent">
- <property name="Downloaded.Files.Path.Enabled" value="false" />
- <property name="Repository.Attach.Annotations" value="false" />
- <property name="Repository.Attach.JavaDocs" value="false" />
- <property name="Repository.Attach.Sources" value="false" />
- <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
- <property name="WebServerToolWindowFactoryState" value="false" />
- <property name="aspect.path.notification.shown" value="true" />
- <property name="last_opened_file_path" value="$PROJECT_DIR$/src/main/resources/mapper" />
- <property name="node.js.detected.package.eslint" value="true" />
- <property name="node.js.detected.package.tslint" value="true" />
- <property name="node.js.path.for.package.eslint" value="project" />
- <property name="node.js.path.for.package.tslint" value="project" />
- <property name="node.js.selected.package.eslint" value="(autodetect)" />
- <property name="node.js.selected.package.tslint" value="(autodetect)" />
- <property name="project.structure.last.edited" value="Libraries" />
- <property name="project.structure.proportion" value="0.0" />
- <property name="project.structure.side.proportion" value="0.4091954" />
- <property name="settings.editor.selected.configurable" value="MavenSettings" />
- </component>
- <component name="RecentsManager">
- <key name="CopyClassDialog.RECENTS_KEY">
- <recent name="com.chuanghai.h3c_reporting.bo" />
- </key>
- <key name="CopyFile.RECENT_KEYS">
- <recent name="C:\Users\yang'sheng\Desktop\华三\huasan-houtai\src\main\resources\mapper" />
- <recent name="C:\Users\yang'sheng\Desktop\华三\huasan-houtai\src\main\java\com\chuanghai\h3c_reporting\common\http" />
- </key>
- </component>
- <component name="RunManager" selected="Application.H3cReportingApplication">
- <configuration name="H3cReportingApplication" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
- <option name="MAIN_CLASS_NAME" value="com.chuanghai.h3c_reporting.H3cReportingApplication" />
- <module name="huasan-houtai" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.chuanghai.h3c_reporting.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="H3cReportingApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
- <module name="huasan-houtai" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.chuanghai.h3c_reporting.H3cReportingApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <recent_temporary>
- <list>
- <item itemvalue="Application.H3cReportingApplication" />
- </list>
- </recent_temporary>
- </component>
- <component name="SvnConfiguration">
- <configuration />
- </component>
- <component name="TaskManager">
- <task active="true" id="Default" summary="Default task">
- <changelist id="ebc05332-7d4a-4b94-9ccd-3e5ff3d4f574" name="Default Changelist" comment="" />
- <created>1694503284301</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1694503284301</updated>
- <workItem from="1694503291932" duration="8000" />
- <workItem from="1694504560964" duration="1435000" />
- <workItem from="1694741180261" duration="4780000" />
- <workItem from="1694757815865" duration="3493000" />
- <workItem from="1695116000848" duration="5626000" />
- <workItem from="1695197504334" duration="13244000" />
- <workItem from="1695711913652" duration="10390000" />
- <workItem from="1696646051105" duration="13535000" />
- <workItem from="1696760293869" duration="1306000" />
- <workItem from="1697359393593" duration="17499000" />
- <workItem from="1697419592469" duration="8310000" />
- <workItem from="1697431578914" duration="7037000" />
- <workItem from="1697530767563" duration="1977000" />
- <workItem from="1697680639906" duration="930000" />
- <workItem from="1697708892263" duration="1087000" />
- <workItem from="1697785629436" duration="10281000" />
- <workItem from="1698052897305" duration="1601000" />
- <workItem from="1698129951556" duration="271000" />
- </task>
- <task id="LOCAL-00001" summary="项目迭代">
- <created>1698130112975</created>
- <option name="number" value="00001" />
- <option name="presentableId" value="LOCAL-00001" />
- <option name="project" value="LOCAL" />
- <updated>1698130112975</updated>
- </task>
- <option name="localTasksCounter" value="2" />
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="1" />
- </component>
- <component name="VcsManagerConfiguration">
- <MESSAGE value="项目迭代" />
- <option name="LAST_COMMIT_MESSAGE" value="项目迭代" />
- </component>
- <component name="WindowStateProjectService">
- <state x="499" y="171" key="#com.intellij.codeInsight.editorActions.RestoreReferencesDialog" timestamp="1697787744236">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state x="499" y="171" key="#com.intellij.codeInsight.editorActions.RestoreReferencesDialog/0.0.1536.824@0.0.1536.824" timestamp="1697787744236" />
- <state x="515" y="221" key="#com.intellij.fileTypes.FileTypeChooser" timestamp="1698052940942">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state x="515" y="221" key="#com.intellij.fileTypes.FileTypeChooser/0.0.1536.824@0.0.1536.824" timestamp="1698052940942" />
- <state x="354" y="9" key="CommitChangelistDialog2" timestamp="1698130111986">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state x="354" y="9" key="CommitChangelistDialog2/0.0.1536.824@0.0.1536.824" timestamp="1698130111986" />
- <state x="549" y="171" key="FileChooserDialogImpl" timestamp="1694504766669">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state x="549" y="171" key="FileChooserDialogImpl/0.0.1536.824@0.0.1536.824" timestamp="1694504766669" />
- <state width="1493" height="168" key="GridCell.Tab.0.bottom" timestamp="1697796769285">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state width="1493" height="168" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1697796769285" />
- <state width="1493" height="168" key="GridCell.Tab.0.center" timestamp="1697796769284">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state width="1493" height="168" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1697796769284" />
- <state width="1493" height="168" key="GridCell.Tab.0.left" timestamp="1697796769283">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state width="1493" height="168" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1697796769283" />
- <state width="1493" height="168" key="GridCell.Tab.0.right" timestamp="1697796769285">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state width="1493" height="168" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1697796769285" />
- <state width="1493" height="168" key="GridCell.Tab.1.bottom" timestamp="1697796769288">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state width="1493" height="168" key="GridCell.Tab.1.bottom/0.0.1536.824@0.0.1536.824" timestamp="1697796769288" />
- <state width="1493" height="168" key="GridCell.Tab.1.center" timestamp="1697796769286">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state width="1493" height="168" key="GridCell.Tab.1.center/0.0.1536.824@0.0.1536.824" timestamp="1697796769286" />
- <state width="1493" height="168" key="GridCell.Tab.1.left" timestamp="1697796769286">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state width="1493" height="168" key="GridCell.Tab.1.left/0.0.1536.824@0.0.1536.824" timestamp="1697796769286" />
- <state width="1493" height="168" key="GridCell.Tab.1.right" timestamp="1697796769287">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state width="1493" height="168" key="GridCell.Tab.1.right/0.0.1536.824@0.0.1536.824" timestamp="1697796769287" />
- <state x="299" y="71" key="Maven.ArtifactSearchDialog" timestamp="1695718699243">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state x="299" y="71" key="Maven.ArtifactSearchDialog/0.0.1536.824@0.0.1536.824" timestamp="1695718699243" />
- <state x="272" y="0" key="SettingsEditor" timestamp="1695719126491">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state x="272" y="0" key="SettingsEditor/0.0.1536.824@0.0.1536.824" timestamp="1695719126491" />
- <state x="461" y="241" key="com.intellij.ide.util.TipDialog" timestamp="1698129980598">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state x="461" y="241" key="com.intellij.ide.util.TipDialog/0.0.1536.824@0.0.1536.824" timestamp="1698129980598" />
- <state x="508" y="314" key="com.intellij.jarRepository.RepositoryAttachDialog-DOWNLOAD" timestamp="1695719124910">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state x="508" y="314" key="com.intellij.jarRepository.RepositoryAttachDialog-DOWNLOAD/0.0.1536.824@0.0.1536.824" timestamp="1695719124910" />
- <state x="327" y="155" width="1092" height="548" key="find.popup" timestamp="1697444511399">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state x="327" y="155" width="1092" height="548" key="find.popup/0.0.1536.824@0.0.1536.824" timestamp="1697444511399" />
- <state x="178" y="29" key="new project wizard" timestamp="1694758574905">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state x="178" y="29" key="new project wizard/0.0.1536.824@0.0.1536.824" timestamp="1694758574905" />
- <state x="425" y="187" width="672" height="677" key="run.anything.popup" timestamp="1694504735027">
- <screen x="0" y="0" width="1536" height="824" />
- </state>
- <state x="425" y="187" width="672" height="677" key="run.anything.popup/0.0.1536.824@0.0.1536.824" timestamp="1694504735027" />
- </component>
- </project>
|