2025-07-22 16:48:28 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project version="4">
|
|
|
|
<component name="AutoImportSettings">
|
|
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
|
|
</component>
|
|
|
|
<component name="ChangeListManager">
|
2025-09-09 14:01:19 +08:00
|
|
|
<list default="true" id="e154df99-7110-436b-8d6d-6f9500ad8711" name="Changes" comment="修改菜单管理的bug">
|
|
|
|
<change afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/config/EsConfig.java" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/config/EsStartupImporter.java" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/entity/esmodel/KnowledgeDoc.java" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/entity/esmodel/SearchResult.java" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/mapper/postgresql/DifyDocumentsMapper.java" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/service/EsKnowledgeService.java" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/service/dify/DifyDocumentsService.java" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/service/dify/impl/DifyDocumentsServiceImpl.java" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/service/impl/EsKnowledgeServiceImpl.java" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/util/EsFileParser.java" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/util/EsFileSplitter.java" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/util/EsKnowledgeImporter.java" afterDir="false" />
|
|
|
|
<change afterPath="$PROJECT_DIR$/chat-server/src/main/resources/com/bjtds/brichat/mapper/postgresql/DifyDocumentsMapper.xml" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/dbnavigator.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dbnavigator.xml" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-client/.env.development" beforeDir="false" afterPath="$PROJECT_DIR$/chat-client/.env.development" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-client/.env.production" beforeDir="false" afterPath="$PROJECT_DIR$/chat-client/.env.production" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-client/package-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/chat-client/package-lock.json" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-client/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/chat-client/package.json" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-client/src/api/dataset.ts" beforeDir="false" afterPath="$PROJECT_DIR$/chat-client/src/api/dataset.ts" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-client/src/api/search.ts" beforeDir="false" afterPath="$PROJECT_DIR$/chat-client/src/api/search.ts" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-client/src/views/chatweb/intelRetrieval/index.vue" beforeDir="false" afterPath="$PROJECT_DIR$/chat-client/src/views/chatweb/intelRetrieval/index.vue" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-client/src/views/datasets/components/DocumentList.vue" beforeDir="false" afterPath="$PROJECT_DIR$/chat-client/src/views/datasets/components/DocumentList.vue" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-server/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/chat-server/pom.xml" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/BriChatServiceApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/BriChatServiceApplication.java" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/controller/KnowledgeBaseController.java" beforeDir="false" afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/controller/KnowledgeBaseController.java" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/entity/dataset/DocumentUploadReq.java" beforeDir="false" afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/entity/dataset/DocumentUploadReq.java" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/entity/dataset/RetrievalModel.java" beforeDir="false" afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/entity/dataset/RetrievalModel.java" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/entity/dify/Document.java" beforeDir="false" afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/entity/dify/Document.java" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/mapper/postgresql/DifyDatasetsMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/mapper/postgresql/DifyDatasetsMapper.java" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/service/dify/impl/DifyDatasetApiServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/service/dify/impl/DifyDatasetApiServiceImpl.java" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/service/impl/FileServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/service/impl/FileServiceImpl.java" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-server/src/main/resources/application-beijing.yml" beforeDir="false" afterPath="$PROJECT_DIR$/chat-server/src/main/resources/application-beijing.yml" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-server/src/main/resources/application-wuhan.yml" beforeDir="false" afterPath="$PROJECT_DIR$/chat-server/src/main/resources/application-wuhan.yml" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/chat-server/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/chat-server/src/main/resources/application.yml" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/package-lock.json" beforeDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/web-server/infrastructure/pom.xml" afterDir="false" />
|
|
|
|
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/web-server/infrastructure/src/main/resources/application.yml" afterDir="false" />
|
2025-07-22 16:48:28 +08:00
|
|
|
</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>
|
2025-07-31 10:58:41 +08:00
|
|
|
<component name="FileTemplateManagerImpl">
|
|
|
|
<option name="RECENT_TEMPLATES">
|
|
|
|
<list>
|
|
|
|
<option value="Vue Composition API Component" />
|
|
|
|
<option value="TypeScript File" />
|
|
|
|
<option value="spring-beans.schema" />
|
2025-09-09 14:01:19 +08:00
|
|
|
<option value="FxmlFile" />
|
|
|
|
<option value="Interface" />
|
2025-07-31 10:58:41 +08:00
|
|
|
<option value="Class" />
|
|
|
|
</list>
|
|
|
|
</option>
|
|
|
|
</component>
|
2025-07-22 16:48:28 +08:00
|
|
|
<component name="Git.Settings">
|
2025-09-09 14:01:19 +08:00
|
|
|
<option name="RECENT_BRANCH_BY_REPOSITORY">
|
|
|
|
<map>
|
|
|
|
<entry key="$PROJECT_DIR$" value="main" />
|
|
|
|
</map>
|
|
|
|
</option>
|
2025-07-22 16:48:28 +08:00
|
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
2025-09-09 14:01:19 +08:00
|
|
|
<option name="RESET_MODE" value="MIXED" />
|
2025-07-22 16:48:28 +08:00
|
|
|
</component>
|
|
|
|
<component name="KubernetesApiPersistence">{}</component>
|
|
|
|
<component name="KubernetesApiProvider">{
|
|
|
|
"isMigrated": true
|
|
|
|
}</component>
|
|
|
|
<component name="MavenImportPreferences">
|
|
|
|
<option name="generalSettings">
|
|
|
|
<MavenGeneralSettings>
|
2025-07-31 10:58:41 +08:00
|
|
|
<option name="customMavenHome" value="F:\maven\apache-maven-3.9.7" />
|
2025-07-22 16:48:28 +08:00
|
|
|
<option name="mavenHomeTypeForPersistence" value="CUSTOM" />
|
2025-07-31 10:58:41 +08:00
|
|
|
<option name="userSettingsFile" value="F:\maven\apache-maven-3.9.7\conf\settings.xml" />
|
2025-07-22 16:48:28 +08:00
|
|
|
</MavenGeneralSettings>
|
|
|
|
</option>
|
|
|
|
</component>
|
|
|
|
<component name="ProjectColorInfo">{
|
|
|
|
"associatedIndex": 5
|
|
|
|
}</component>
|
|
|
|
<component name="ProjectId" id="30D1KsY0Uz8nStNA6nLXC6ttZ19" />
|
|
|
|
<component name="ProjectViewState">
|
|
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
|
|
<option name="showLibraryContents" value="true" />
|
|
|
|
</component>
|
2025-09-09 14:01:19 +08:00
|
|
|
<component name="PropertiesComponent"><![CDATA[{
|
|
|
|
"keyToString": {
|
|
|
|
"Maven.briChat [clean].executor": "Run",
|
|
|
|
"Maven.briChat [install].executor": "Run",
|
|
|
|
"Maven.infrastructure [install].executor": "Run",
|
|
|
|
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
|
|
|
"RequestMappingsPanelOrder0": "0",
|
|
|
|
"RequestMappingsPanelOrder1": "1",
|
|
|
|
"RequestMappingsPanelWidth0": "75",
|
|
|
|
"RequestMappingsPanelWidth1": "75",
|
|
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
|
"RunOnceActivity.git.unshallow": "true",
|
|
|
|
"Spring Boot.BriChatServiceApplication.executor": "Run",
|
|
|
|
"Spring Boot.EurekaServerApplication.executor": "Run",
|
|
|
|
"Spring Boot.InfrastructureApplication.executor": "Run",
|
|
|
|
"Spring Boot.ZuulServerApplication.executor": "Run",
|
|
|
|
"git-widget-placeholder": "hongliang",
|
|
|
|
"kotlin-language-version-configured": "true",
|
|
|
|
"last_opened_file_path": "C:/Users/ASUS/Desktop/Material_Theme_UI-6.9.1.zip",
|
|
|
|
"node.js.detected.package.eslint": "true",
|
|
|
|
"node.js.detected.package.stylelint": "true",
|
|
|
|
"node.js.detected.package.tslint": "true",
|
|
|
|
"node.js.selected.package.eslint": "(autodetect)",
|
|
|
|
"node.js.selected.package.stylelint": "",
|
|
|
|
"node.js.selected.package.tslint": "(autodetect)",
|
|
|
|
"nodejs_package_manager_path": "npm",
|
|
|
|
"project.structure.last.edited": "项目",
|
|
|
|
"project.structure.proportion": "0.15",
|
|
|
|
"project.structure.side.proportion": "0.2",
|
|
|
|
"run.configurations.included.in.services": "true",
|
|
|
|
"settings.editor.selected.configurable": "preferences.lookFeel",
|
|
|
|
"ts.external.directory.path": "F:\\project\\bjtdsweb\\ai-manus\\chat-client\\node_modules\\typescript\\lib",
|
|
|
|
"vue.rearranger.settings.migration": "true"
|
2025-07-31 10:58:41 +08:00
|
|
|
},
|
2025-09-09 14:01:19 +08:00
|
|
|
"keyToStringList": {
|
|
|
|
"vue.recent.templates": [
|
|
|
|
"Vue Composition API Component"
|
2025-07-31 10:58:41 +08:00
|
|
|
]
|
2025-07-22 16:48:28 +08:00
|
|
|
}
|
2025-09-09 14:01:19 +08:00
|
|
|
}]]></component>
|
|
|
|
<component name="ReactorSettings">
|
|
|
|
<option name="notificationShown" value="true" />
|
|
|
|
</component>
|
2025-07-31 10:58:41 +08:00
|
|
|
<component name="RecentsManager">
|
|
|
|
<key name="CreateClassDialog.RecentsKey">
|
|
|
|
<recent name="com.bjtds.brichat.controller" />
|
|
|
|
</key>
|
|
|
|
<key name="CopyFile.RECENT_KEYS">
|
2025-09-09 14:01:19 +08:00
|
|
|
<recent name="F:\project\bjtdsweb\ai-manus\chat-client\src\views\chatweb" />
|
2025-07-31 10:58:41 +08:00
|
|
|
<recent name="F:\project\bjtdsweb\ai-manus\chat-server\file\input" />
|
|
|
|
<recent name="F:\project\bjtdsweb\ai-manus\web-server\zuul-server\src\main\resources" />
|
|
|
|
</key>
|
|
|
|
</component>
|
|
|
|
<component name="RunAnythingCache">
|
|
|
|
<myKeys>
|
|
|
|
<visibility group="Gradle 任务" flag="true" />
|
|
|
|
<visibility group="Grunt" flag="true" />
|
|
|
|
<visibility group="Gulp" flag="true" />
|
|
|
|
<visibility group="HTTP 请求" flag="true" />
|
|
|
|
<visibility group="Maven 目标" flag="true" />
|
|
|
|
<visibility group="Node.js" flag="true" />
|
|
|
|
<visibility group="npm" flag="true" />
|
|
|
|
<visibility group="yarn" flag="true" />
|
|
|
|
<visibility group="最近的项目" flag="true" />
|
|
|
|
<visibility group="运行配置" flag="true" />
|
|
|
|
</myKeys>
|
|
|
|
</component>
|
|
|
|
<component name="RunDashboard">
|
|
|
|
<option name="configurationTypes">
|
|
|
|
<set>
|
|
|
|
<option value="MicronautRunConfigurationType" />
|
|
|
|
<option value="QuarkusRunConfigurationType" />
|
|
|
|
<option value="SpringBootApplicationConfigurationType" />
|
|
|
|
</set>
|
|
|
|
</option>
|
|
|
|
</component>
|
2025-07-31 11:28:00 +08:00
|
|
|
<component name="RunManager" selected="Spring Boot.BriChatServiceApplication">
|
2025-09-09 14:01:19 +08:00
|
|
|
<configuration name="BpmApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
|
|
|
|
<module name="bpm" />
|
|
|
|
<option name="SHORTEN_COMMAND_LINE" value="MANIFEST" />
|
|
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bjtds.BpmApplication" />
|
|
|
|
<method v="2">
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
</method>
|
|
|
|
</configuration>
|
2025-07-31 10:58:41 +08:00
|
|
|
<configuration name="BriChatServiceApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
|
|
<option name="ACTIVE_PROFILES" value="beijing" />
|
|
|
|
<module name="briChat" />
|
|
|
|
<option name="SHORTEN_COMMAND_LINE" value="MANIFEST" />
|
|
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bjtds.BriChatServiceApplication" />
|
|
|
|
<extension name="coverage">
|
|
|
|
<pattern>
|
|
|
|
<option name="PATTERN" value="com.bjtds.*" />
|
|
|
|
<option name="ENABLED" value="true" />
|
|
|
|
</pattern>
|
|
|
|
</extension>
|
|
|
|
<method v="2">
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
</method>
|
|
|
|
</configuration>
|
|
|
|
<configuration name="EurekaServerApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
|
|
|
|
<module name="eureka-server" />
|
|
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bjtds.eureka.EurekaServerApplication" />
|
|
|
|
<method v="2">
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
</method>
|
|
|
|
</configuration>
|
2025-09-09 14:01:19 +08:00
|
|
|
<configuration name="FaceProcApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
|
|
|
|
<module name="face-proc" />
|
|
|
|
<option name="SHORTEN_COMMAND_LINE" value="MANIFEST" />
|
|
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bjtds.faceproc.FaceProcApplication" />
|
|
|
|
<method v="2">
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
</method>
|
|
|
|
</configuration>
|
2025-07-31 10:58:41 +08:00
|
|
|
<configuration name="InfrastructureApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
|
|
|
|
<option name="ACTIVE_PROFILES" value="opengauss" />
|
|
|
|
<module name="infrastructure" />
|
|
|
|
<option name="SHORTEN_COMMAND_LINE" value="MANIFEST" />
|
|
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bjtds.InfrastructureApplication" />
|
|
|
|
<method v="2">
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
</method>
|
|
|
|
</configuration>
|
|
|
|
<configuration name="ZuulServerApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
|
|
<option name="ACTIVE_PROFILES" value="opengauss" />
|
|
|
|
<envs>
|
|
|
|
<env name="customized_global_anno_accessible_uris" value="/brichat-service/maintRecord/chartAndTable;/brichat-service/fileManage/filePreview;/brichat-service/emerManus/homePageTable; /brichat-service/menu/getMenuDetail; /brichat-service/menu/updateMenu; /brichat-service/menu/addMenu; /brichat-service/menu/deleteMenu" />
|
|
|
|
</envs>
|
|
|
|
<module name="zuul-server" />
|
|
|
|
<option name="SHORTEN_COMMAND_LINE" value="MANIFEST" />
|
|
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bjtds.ZuulServerApplication" />
|
|
|
|
<extension name="coverage">
|
|
|
|
<pattern>
|
|
|
|
<option name="PATTERN" value="com.bjtds.*" />
|
|
|
|
<option name="ENABLED" value="true" />
|
|
|
|
</pattern>
|
|
|
|
</extension>
|
|
|
|
<method v="2">
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
</method>
|
|
|
|
</configuration>
|
|
|
|
<configuration default="true" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
|
|
|
<option name="SHORTEN_COMMAND_LINE" value="MANIFEST" />
|
|
|
|
<method v="2">
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
</method>
|
|
|
|
</configuration>
|
|
|
|
<list>
|
2025-09-09 14:01:19 +08:00
|
|
|
<item itemvalue="Spring Boot.FaceProcApplication" />
|
|
|
|
<item itemvalue="Spring Boot.BpmApplication" />
|
2025-07-31 10:58:41 +08:00
|
|
|
<item itemvalue="Spring Boot.EurekaServerApplication" />
|
|
|
|
<item itemvalue="Spring Boot.InfrastructureApplication" />
|
|
|
|
<item itemvalue="Spring Boot.BriChatServiceApplication" />
|
2025-09-09 14:01:19 +08:00
|
|
|
<item itemvalue="Spring Boot.ZuulServerApplication" />
|
2025-07-31 10:58:41 +08:00
|
|
|
</list>
|
|
|
|
<recent_temporary>
|
|
|
|
<list>
|
2025-09-09 14:01:19 +08:00
|
|
|
<item itemvalue="Spring Boot.ZuulServerApplication" />
|
|
|
|
<item itemvalue="Spring Boot.BriChatServiceApplication" />
|
2025-07-31 10:58:41 +08:00
|
|
|
<item itemvalue="Spring Boot.BriChatServiceApplication" />
|
2025-07-31 11:28:00 +08:00
|
|
|
<item itemvalue="Spring Boot.ZuulServerApplication" />
|
2025-07-31 10:58:41 +08:00
|
|
|
</list>
|
|
|
|
</recent_temporary>
|
|
|
|
</component>
|
2025-07-22 16:48:28 +08:00
|
|
|
<component name="SharedIndexes">
|
|
|
|
<attachedChunks>
|
|
|
|
<set>
|
2025-07-31 10:58:41 +08:00
|
|
|
<option value="bundled-jdk-9f38398b9061-39b83d9b5494-intellij.indexing.shared.core-IU-241.15989.150" />
|
|
|
|
<option value="bundled-js-predefined-1d06a55b98c1-91d5c284f522-JavaScript-IU-241.15989.150" />
|
2025-07-22 16:48:28 +08:00
|
|
|
</set>
|
|
|
|
</attachedChunks>
|
|
|
|
</component>
|
2025-07-31 10:58:41 +08:00
|
|
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="应用程序级" UseSingleDictionary="true" transferred="true" />
|
2025-07-22 16:48:28 +08:00
|
|
|
<component name="TaskManager">
|
|
|
|
<task active="true" id="Default" summary="Default task">
|
|
|
|
<changelist id="e154df99-7110-436b-8d6d-6f9500ad8711" name="Changes" comment="" />
|
|
|
|
<created>1753147269297</created>
|
|
|
|
<option name="number" value="Default" />
|
|
|
|
<option name="presentableId" value="Default" />
|
|
|
|
<updated>1753147269297</updated>
|
|
|
|
<workItem from="1753147270514" duration="348000" />
|
|
|
|
<workItem from="1753147648400" duration="228000" />
|
|
|
|
<workItem from="1753147892148" duration="291000" />
|
|
|
|
<workItem from="1753148203384" duration="640000" />
|
|
|
|
<workItem from="1753149113791" duration="4000" />
|
|
|
|
<workItem from="1753149150269" duration="99000" />
|
2025-07-31 10:58:41 +08:00
|
|
|
<workItem from="1753404263638" duration="7000" />
|
|
|
|
<workItem from="1753405836692" duration="6832000" />
|
|
|
|
<workItem from="1753412900314" duration="90000" />
|
|
|
|
<workItem from="1753413100187" duration="1788000" />
|
|
|
|
<workItem from="1753421691677" duration="6364000" />
|
|
|
|
<workItem from="1753428398559" duration="5676000" />
|
|
|
|
<workItem from="1753437146063" duration="597000" />
|
|
|
|
<workItem from="1753663571144" duration="806000" />
|
|
|
|
<workItem from="1753664946867" duration="1534000" />
|
|
|
|
<workItem from="1753666556051" duration="5000" />
|
|
|
|
<workItem from="1753666588668" duration="13886000" />
|
|
|
|
<workItem from="1753688265611" duration="7979000" />
|
|
|
|
<workItem from="1753749080213" duration="1851000" />
|
|
|
|
<workItem from="1753756595034" duration="605000" />
|
|
|
|
<workItem from="1753757849464" duration="17995000" />
|
|
|
|
<workItem from="1753835823722" duration="5000" />
|
|
|
|
<workItem from="1753835852092" duration="429000" />
|
|
|
|
<workItem from="1753836325563" duration="346000" />
|
|
|
|
<workItem from="1753836692821" duration="9198000" />
|
|
|
|
<workItem from="1753845956789" duration="2285000" />
|
|
|
|
<workItem from="1753851430061" duration="1031000" />
|
|
|
|
<workItem from="1753853917793" duration="102000" />
|
|
|
|
<workItem from="1753854165189" duration="14925000" />
|
|
|
|
<workItem from="1753922515898" duration="6551000" />
|
2025-07-31 11:28:00 +08:00
|
|
|
<workItem from="1753929121144" duration="2984000" />
|
2025-09-09 14:01:19 +08:00
|
|
|
<workItem from="1754032100654" duration="96000" />
|
|
|
|
<workItem from="1754033063767" duration="879000" />
|
|
|
|
<workItem from="1754273732391" duration="430000" />
|
|
|
|
<workItem from="1754383133653" duration="543000" />
|
|
|
|
<workItem from="1754533762194" duration="328000" />
|
|
|
|
<workItem from="1754873059053" duration="74000" />
|
|
|
|
<workItem from="1754894515488" duration="205000" />
|
|
|
|
<workItem from="1754894744317" duration="16000" />
|
|
|
|
<workItem from="1754894771549" duration="73000" />
|
|
|
|
<workItem from="1754896693853" duration="842000" />
|
|
|
|
<workItem from="1754897586815" duration="1140000" />
|
|
|
|
<workItem from="1754964689169" duration="152000" />
|
|
|
|
<workItem from="1754964855115" duration="141000" />
|
|
|
|
<workItem from="1754965010183" duration="97000" />
|
|
|
|
<workItem from="1754965751529" duration="109000" />
|
|
|
|
<workItem from="1754965873223" duration="125000" />
|
|
|
|
<workItem from="1754966015174" duration="62000" />
|
|
|
|
<workItem from="1754966089118" duration="223000" />
|
|
|
|
<workItem from="1754966338476" duration="41000" />
|
|
|
|
<workItem from="1754966398923" duration="129000" />
|
|
|
|
<workItem from="1754966557992" duration="64000" />
|
|
|
|
<workItem from="1754966634440" duration="439000" />
|
|
|
|
<workItem from="1754967415569" duration="100000" />
|
|
|
|
<workItem from="1754974477723" duration="29000" />
|
|
|
|
<workItem from="1754980534722" duration="21000" />
|
|
|
|
<workItem from="1755046809353" duration="572000" />
|
|
|
|
<workItem from="1755156179833" duration="769000" />
|
|
|
|
<workItem from="1755745989700" duration="553000" />
|
|
|
|
<workItem from="1755768347232" duration="30000" />
|
|
|
|
<workItem from="1755826087914" duration="242000" />
|
|
|
|
<workItem from="1755826831444" duration="5807000" />
|
|
|
|
<workItem from="1756082848661" duration="13000" />
|
|
|
|
<workItem from="1756282288608" duration="2824000" />
|
|
|
|
<workItem from="1756286107796" duration="2113000" />
|
|
|
|
<workItem from="1756343632005" duration="72000" />
|
|
|
|
<workItem from="1756801122749" duration="1515000" />
|
|
|
|
<workItem from="1756803589982" duration="1213000" />
|
|
|
|
<workItem from="1756879960120" duration="28000" />
|
|
|
|
<workItem from="1757053437218" duration="6550000" />
|
|
|
|
<workItem from="1757060432399" duration="2296000" />
|
|
|
|
<workItem from="1757063285981" duration="3393000" />
|
|
|
|
<workItem from="1757292231394" duration="24096000" />
|
|
|
|
<workItem from="1757323090698" duration="3438000" />
|
|
|
|
<workItem from="1757378114766" duration="14031000" />
|
2025-07-31 10:58:41 +08:00
|
|
|
</task>
|
|
|
|
<task id="LOCAL-00001" summary="markdown渲染服务的完成">
|
|
|
|
<option name="closed" value="true" />
|
|
|
|
<created>1753750857367</created>
|
|
|
|
<option name="number" value="00001" />
|
|
|
|
<option name="presentableId" value="LOCAL-00001" />
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
<updated>1753750857367</updated>
|
2025-07-22 16:48:28 +08:00
|
|
|
</task>
|
2025-07-31 10:58:41 +08:00
|
|
|
<task id="LOCAL-00002" summary="完成菜单管理内容的添加子菜单和添加跟菜单以及删除菜单的修改">
|
|
|
|
<option name="closed" value="true" />
|
|
|
|
<created>1753774349962</created>
|
|
|
|
<option name="number" value="00002" />
|
|
|
|
<option name="presentableId" value="LOCAL-00002" />
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
<updated>1753774349962</updated>
|
|
|
|
</task>
|
2025-07-31 11:28:00 +08:00
|
|
|
<task id="LOCAL-00003" summary="菜单管理的完善,编辑添加删除">
|
|
|
|
<option name="closed" value="true" />
|
|
|
|
<created>1753930725818</created>
|
|
|
|
<option name="number" value="00003" />
|
|
|
|
<option name="presentableId" value="LOCAL-00003" />
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
<updated>1753930725818</updated>
|
|
|
|
</task>
|
2025-09-09 14:01:19 +08:00
|
|
|
<task id="LOCAL-00004" summary="修改菜单管理的bug">
|
|
|
|
<option name="closed" value="true" />
|
|
|
|
<created>1754015417857</created>
|
|
|
|
<option name="number" value="00004" />
|
|
|
|
<option name="presentableId" value="LOCAL-00004" />
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
<updated>1754015417857</updated>
|
|
|
|
</task>
|
|
|
|
<option name="localTasksCounter" value="5" />
|
2025-07-22 16:48:28 +08:00
|
|
|
<servers />
|
|
|
|
</component>
|
|
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
|
|
<option name="version" value="3" />
|
|
|
|
</component>
|
2025-07-31 10:58:41 +08:00
|
|
|
<component name="Vcs.Log.Tabs.Properties">
|
|
|
|
<option name="RECENT_FILTERS">
|
|
|
|
<map>
|
|
|
|
<entry key="Branch">
|
|
|
|
<value>
|
|
|
|
<list>
|
|
|
|
<RecentGroup>
|
|
|
|
<option name="FILTER_VALUES">
|
|
|
|
<option value="main" />
|
|
|
|
</option>
|
|
|
|
</RecentGroup>
|
|
|
|
<RecentGroup>
|
|
|
|
<option name="FILTER_VALUES">
|
|
|
|
<option value="origin/main" />
|
|
|
|
</option>
|
|
|
|
</RecentGroup>
|
|
|
|
</list>
|
|
|
|
</value>
|
|
|
|
</entry>
|
|
|
|
<entry key="User">
|
|
|
|
<value>
|
|
|
|
<list>
|
|
|
|
<RecentGroup>
|
|
|
|
<option name="FILTER_VALUES">
|
|
|
|
<option value="*" />
|
|
|
|
</option>
|
|
|
|
</RecentGroup>
|
|
|
|
</list>
|
|
|
|
</value>
|
|
|
|
</entry>
|
|
|
|
</map>
|
|
|
|
</option>
|
|
|
|
<option name="TAB_STATES">
|
|
|
|
<map>
|
|
|
|
<entry key="MAIN">
|
|
|
|
<value>
|
2025-09-09 14:01:19 +08:00
|
|
|
<State>
|
|
|
|
<option name="FILTERS">
|
|
|
|
<map>
|
|
|
|
<entry key="branch">
|
|
|
|
<value>
|
|
|
|
<list>
|
|
|
|
<option value="hongliang" />
|
|
|
|
</list>
|
|
|
|
</value>
|
|
|
|
</entry>
|
|
|
|
</map>
|
|
|
|
</option>
|
|
|
|
</State>
|
2025-07-31 10:58:41 +08:00
|
|
|
</value>
|
|
|
|
</entry>
|
|
|
|
</map>
|
|
|
|
</option>
|
|
|
|
</component>
|
|
|
|
<component name="VcsManagerConfiguration">
|
|
|
|
<MESSAGE value="markdown渲染服务的完成" />
|
|
|
|
<MESSAGE value="完成菜单管理内容的添加子菜单和添加跟菜单以及删除菜单的修改" />
|
2025-07-31 11:28:00 +08:00
|
|
|
<MESSAGE value="菜单管理的完善,编辑添加删除" />
|
2025-09-09 14:01:19 +08:00
|
|
|
<MESSAGE value="合并洪亮代码" />
|
|
|
|
<MESSAGE value="修改菜单管理的bug" />
|
|
|
|
<option name="LAST_COMMIT_MESSAGE" value="修改菜单管理的bug" />
|
|
|
|
</component>
|
|
|
|
<component name="XDebuggerManager">
|
|
|
|
<breakpoint-manager>
|
|
|
|
<breakpoints>
|
|
|
|
<line-breakpoint enabled="true" type="java-line">
|
|
|
|
<url>file://$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/util/EsKnowledgeImporter.java</url>
|
|
|
|
<line>60</line>
|
|
|
|
<option name="timeStamp" value="4" />
|
|
|
|
</line-breakpoint>
|
|
|
|
</breakpoints>
|
|
|
|
</breakpoint-manager>
|
2025-07-31 10:58:41 +08:00
|
|
|
</component>
|
|
|
|
<component name="XSLT-Support.FileAssociations.UIState">
|
|
|
|
<expand />
|
|
|
|
<select />
|
|
|
|
</component>
|
2025-07-22 16:48:28 +08:00
|
|
|
</project>
|