wuguojie 1 år sedan
förälder
incheckning
8ab997eba6

+ 6 - 0
.idea/inspectionProfiles/Project_Default.xml

@@ -0,0 +1,6 @@
+<component name="InspectionProjectProfileManager">
+  <profile version="1.0">
+    <option name="myName" value="Project Default" />
+    <inspection_tool class="Stylelint" enabled="true" level="ERROR" enabled_by_default="true" />
+  </profile>
+</component>

+ 156 - 0
.idea/shelf/Uncommitted_changes_before_Checkout_at_2025_3_12,_09_16_[Changes]/shelved.patch

@@ -0,0 +1,156 @@
+Index: .idea/vcs.xml
+===================================================================
+diff --git a/.idea/vcs.xml b/.idea/vcs.xml
+deleted file mode 100644
+--- a/.idea/vcs.xml	(revision 2777940670b922aa651b264a3ee971f27e5fc554)
++++ /dev/null	(revision 2777940670b922aa651b264a3ee971f27e5fc554)
+@@ -1,6 +0,0 @@
+-<?xml version="1.0" encoding="UTF-8"?>
+-<project version="4">
+-  <component name="VcsDirectoryMappings">
+-    <mapping directory="" vcs="Git" />
+-  </component>
+-</project>
+Index: .idea/tenant-Platform.iml
+===================================================================
+diff --git a/.idea/tenant-Platform.iml b/.idea/tenant-Platform.iml
+deleted file mode 100644
+--- a/.idea/tenant-Platform.iml	(revision 2777940670b922aa651b264a3ee971f27e5fc554)
++++ /dev/null	(revision 2777940670b922aa651b264a3ee971f27e5fc554)
+@@ -1,12 +0,0 @@
+-<?xml version="1.0" encoding="UTF-8"?>
+-<module type="WEB_MODULE" version="4">
+-  <component name="NewModuleRootManager">
+-    <content url="file://$MODULE_DIR$">
+-      <excludeFolder url="file://$MODULE_DIR$/.tmp" />
+-      <excludeFolder url="file://$MODULE_DIR$/temp" />
+-      <excludeFolder url="file://$MODULE_DIR$/tmp" />
+-    </content>
+-    <orderEntry type="inheritedJdk" />
+-    <orderEntry type="sourceFolder" forTests="false" />
+-  </component>
+-</module>
+Index: .idea/.gitignore
+===================================================================
+diff --git a/.idea/.gitignore b/.idea/.gitignore
+deleted file mode 100644
+--- a/.idea/.gitignore	(revision 2777940670b922aa651b264a3ee971f27e5fc554)
++++ /dev/null	(revision 2777940670b922aa651b264a3ee971f27e5fc554)
+@@ -1,5 +0,0 @@
+-# Default ignored files
+-/shelf/
+-/workspace.xml
+-# Editor-based HTTP Client requests
+-/httpRequests/
+Index: .idea/inspectionProfiles/Project_Default.xml
+===================================================================
+diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
+deleted file mode 100644
+--- a/.idea/inspectionProfiles/Project_Default.xml	(revision 2777940670b922aa651b264a3ee971f27e5fc554)
++++ /dev/null	(revision 2777940670b922aa651b264a3ee971f27e5fc554)
+@@ -1,6 +0,0 @@
+-<component name="InspectionProjectProfileManager">
+-  <profile version="1.0">
+-    <option name="myName" value="Project Default" />
+-    <inspection_tool class="Stylelint" enabled="true" level="ERROR" enabled_by_default="true" />
+-  </profile>
+-</component>
+Index: .vscode/settings.json
+===================================================================
+diff --git a/.vscode/settings.json b/.vscode/settings.json
+deleted file mode 100644
+--- a/.vscode/settings.json	(revision 2777940670b922aa651b264a3ee971f27e5fc554)
++++ /dev/null	(revision 2777940670b922aa651b264a3ee971f27e5fc554)
+@@ -1,28 +0,0 @@
+-{
+-  "eslint.useFlatConfig": true,
+-  "prettier.enable": false,
+-  "editor.formatOnSave": false,
+-  "editor.codeActionsOnSave": {
+-    "source.fixAll.eslint": "explicit",
+-    "source.fixAll.stylelint": "explicit",
+-    "source.organizeImports": "never"
+-  },
+-  "stylelint.validate": [
+-    "css",
+-    "postcss",
+-    "scss",
+-    "vue"
+-  ],
+-  "eslint.validate": [
+-    "javascript",
+-    "javascriptreact",
+-    "typescript",
+-    "typescriptreact",
+-    "vue",
+-    "html",
+-    "markdown",
+-    "json",
+-    "jsonc",
+-    "yaml"
+-  ]
+-}
+Index: .idea/watcherTasks.xml
+===================================================================
+diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml
+deleted file mode 100644
+--- a/.idea/watcherTasks.xml	(revision 2777940670b922aa651b264a3ee971f27e5fc554)
++++ /dev/null	(revision 2777940670b922aa651b264a3ee971f27e5fc554)
+@@ -1,4 +0,0 @@
+-<?xml version="1.0" encoding="UTF-8"?>
+-<project version="4">
+-  <component name="ProjectTasksOptions" suppressed-tasks="Sass" />
+-</project>
+Index: .idea/modules.xml
+===================================================================
+diff --git a/.idea/modules.xml b/.idea/modules.xml
+deleted file mode 100644
+--- a/.idea/modules.xml	(revision 2777940670b922aa651b264a3ee971f27e5fc554)
++++ /dev/null	(revision 2777940670b922aa651b264a3ee971f27e5fc554)
+@@ -1,8 +0,0 @@
+-<?xml version="1.0" encoding="UTF-8"?>
+-<project version="4">
+-  <component name="ProjectModuleManager">
+-    <modules>
+-      <module fileurl="file://$PROJECT_DIR$/.idea/tenant-Platform.iml" filepath="$PROJECT_DIR$/.idea/tenant-Platform.iml" />
+-    </modules>
+-  </component>
+-</project>
+Index: .vscode/extensions.json
+===================================================================
+diff --git a/.vscode/extensions.json b/.vscode/extensions.json
+deleted file mode 100644
+--- a/.vscode/extensions.json	(revision 2777940670b922aa651b264a3ee971f27e5fc554)
++++ /dev/null	(revision 2777940670b922aa651b264a3ee971f27e5fc554)
+@@ -1,10 +0,0 @@
+-{
+-  "recommendations": [
+-    "EditorConfig.EditorConfig",
+-    "mikestead.dotenv",
+-    "dbaeumer.vscode-eslint",
+-    "stylelint.vscode-stylelint",
+-    "Vue.volar",
+-    "antfu.unocss"
+-  ]
+-}
+Index: .env.development
+IDEA additional info:
+Subsystem: com.intellij.openapi.diff.impl.patch.BaseRevisionTextPatchEP
+<+># 应用配置面板\nVITE_APP_SETTING = true\n# 页面标题\nVITE_APP_TITLE = 租户平台\n# 接口请求地址,会设置到 axios 的 baseURL 参数上\n# VITE_APP_API_BASEURL = https://test.baoxianzhanggui.com/web-api #默认地址\n# VITE_APP_API_BASEURL = http://192.168.0.253:8001  #田智\nVITE_APP_API_BASEURL = http://192.168.0.55:8001  #董鑫\n# VITE_APP_API_BASEURL = http://192.168.0.106:8001  #屈晨\n# VITE_APP_API_BASEURL = http://192.168.0.59:8001  #徐强\n\n# 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空\nVITE_APP_DEBUG_TOOL =\n# 是否禁用开发者工具,可防止被调试\nVITE_APP_DISABLE_DEVTOOL = false\n\n# 是否开启代理\nVITE_OPEN_PROXY = false\n# 是否开启开发者工具\nVITE_OPEN_DEVTOOLS = false\n
+Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
+<+>UTF-8
+===================================================================
+diff --git a/.env.development b/.env.development
+--- a/.env.development	(revision 2777940670b922aa651b264a3ee971f27e5fc554)
++++ b/.env.development	(date 1741589270214)
+@@ -4,8 +4,8 @@
+ VITE_APP_TITLE = 租户平台
+ # 接口请求地址,会设置到 axios 的 baseURL 参数上
+ # VITE_APP_API_BASEURL = https://test.baoxianzhanggui.com/web-api #默认地址
+-# VITE_APP_API_BASEURL = http://192.168.0.253:8001  #田智
+-VITE_APP_API_BASEURL = http://192.168.0.55:8001  #董鑫
++VITE_APP_API_BASEURL = http://192.168.0.253:8001  #田智
++# VITE_APP_API_BASEURL = http://192.168.0.55:8001  #董鑫
+ # VITE_APP_API_BASEURL = http://192.168.0.106:8001  #屈晨
+ # VITE_APP_API_BASEURL = http://192.168.0.59:8001  #徐强
+ 

+ 4 - 0
.idea/shelf/Uncommitted_changes_before_Checkout_at_2025_3_12__09_16__Changes_.xml

@@ -0,0 +1,4 @@
+<changelist name="Uncommitted_changes_before_Checkout_at_2025_3_12,_09_16_[Changes]" date="1741742169957" recycled="true" deleted="true">
+  <option name="PATH" value="$PROJECT_DIR$/.idea/shelf/Uncommitted_changes_before_Checkout_at_2025_3_12,_09_16_[Changes]/shelved.patch" />
+  <option name="DESCRIPTION" value="Uncommitted changes before Checkout at 2025/3/12, 09:16 [Changes]" />
+</changelist>

+ 164 - 0
.idea/shelf/Uncommitted_changes_before_Update_at_2025_3_12,_09_18_[Changes]/shelved.patch

@@ -0,0 +1,164 @@
+Index: .idea/vcs.xml
+IDEA additional info:
+Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
+<+>UTF-8
+===================================================================
+diff --git a/.idea/vcs.xml b/.idea/vcs.xml
+deleted file mode 100644
+--- a/.idea/vcs.xml	(revision 9a1d0e50c7d6ac5a19e0af0bf493c7547babdf40)
++++ /dev/null	(revision 9a1d0e50c7d6ac5a19e0af0bf493c7547babdf40)
+@@ -1,6 +0,0 @@
+-<?xml version="1.0" encoding="UTF-8"?>
+-<project version="4">
+-  <component name="VcsDirectoryMappings">
+-    <mapping directory="" vcs="Git" />
+-  </component>
+-</project>
+Index: .idea/tenant-Platform.iml
+===================================================================
+diff --git a/.idea/tenant-Platform.iml b/.idea/tenant-Platform.iml
+deleted file mode 100644
+--- a/.idea/tenant-Platform.iml	(revision 9a1d0e50c7d6ac5a19e0af0bf493c7547babdf40)
++++ /dev/null	(revision 9a1d0e50c7d6ac5a19e0af0bf493c7547babdf40)
+@@ -1,12 +0,0 @@
+-<?xml version="1.0" encoding="UTF-8"?>
+-<module type="WEB_MODULE" version="4">
+-  <component name="NewModuleRootManager">
+-    <content url="file://$MODULE_DIR$">
+-      <excludeFolder url="file://$MODULE_DIR$/.tmp" />
+-      <excludeFolder url="file://$MODULE_DIR$/temp" />
+-      <excludeFolder url="file://$MODULE_DIR$/tmp" />
+-    </content>
+-    <orderEntry type="inheritedJdk" />
+-    <orderEntry type="sourceFolder" forTests="false" />
+-  </component>
+-</module>
+Index: .idea/.gitignore
+===================================================================
+diff --git a/.idea/.gitignore b/.idea/.gitignore
+deleted file mode 100644
+--- a/.idea/.gitignore	(revision 9a1d0e50c7d6ac5a19e0af0bf493c7547babdf40)
++++ /dev/null	(revision 9a1d0e50c7d6ac5a19e0af0bf493c7547babdf40)
+@@ -1,5 +0,0 @@
+-# Default ignored files
+-/shelf/
+-/workspace.xml
+-# Editor-based HTTP Client requests
+-/httpRequests/
+Index: .idea/inspectionProfiles/Project_Default.xml
+IDEA additional info:
+Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
+<+>UTF-8
+===================================================================
+diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
+deleted file mode 100644
+--- a/.idea/inspectionProfiles/Project_Default.xml	(revision 9a1d0e50c7d6ac5a19e0af0bf493c7547babdf40)
++++ /dev/null	(revision 9a1d0e50c7d6ac5a19e0af0bf493c7547babdf40)
+@@ -1,6 +0,0 @@
+-<component name="InspectionProjectProfileManager">
+-  <profile version="1.0">
+-    <option name="myName" value="Project Default" />
+-    <inspection_tool class="Stylelint" enabled="true" level="ERROR" enabled_by_default="true" />
+-  </profile>
+-</component>
+Index: .vscode/settings.json
+===================================================================
+diff --git a/.vscode/settings.json b/.vscode/settings.json
+deleted file mode 100644
+--- a/.vscode/settings.json	(revision 9a1d0e50c7d6ac5a19e0af0bf493c7547babdf40)
++++ /dev/null	(revision 9a1d0e50c7d6ac5a19e0af0bf493c7547babdf40)
+@@ -1,28 +0,0 @@
+-{
+-  "eslint.useFlatConfig": true,
+-  "prettier.enable": false,
+-  "editor.formatOnSave": false,
+-  "editor.codeActionsOnSave": {
+-    "source.fixAll.eslint": "explicit",
+-    "source.fixAll.stylelint": "explicit",
+-    "source.organizeImports": "never"
+-  },
+-  "stylelint.validate": [
+-    "css",
+-    "postcss",
+-    "scss",
+-    "vue"
+-  ],
+-  "eslint.validate": [
+-    "javascript",
+-    "javascriptreact",
+-    "typescript",
+-    "typescriptreact",
+-    "vue",
+-    "html",
+-    "markdown",
+-    "json",
+-    "jsonc",
+-    "yaml"
+-  ]
+-}
+Index: .idea/modules.xml
+===================================================================
+diff --git a/.idea/modules.xml b/.idea/modules.xml
+deleted file mode 100644
+--- a/.idea/modules.xml	(revision 9a1d0e50c7d6ac5a19e0af0bf493c7547babdf40)
++++ /dev/null	(revision 9a1d0e50c7d6ac5a19e0af0bf493c7547babdf40)
+@@ -1,8 +0,0 @@
+-<?xml version="1.0" encoding="UTF-8"?>
+-<project version="4">
+-  <component name="ProjectModuleManager">
+-    <modules>
+-      <module fileurl="file://$PROJECT_DIR$/.idea/tenant-Platform.iml" filepath="$PROJECT_DIR$/.idea/tenant-Platform.iml" />
+-    </modules>
+-  </component>
+-</project>
+Index: .idea/watcherTasks.xml
+===================================================================
+diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml
+deleted file mode 100644
+--- a/.idea/watcherTasks.xml	(revision 9a1d0e50c7d6ac5a19e0af0bf493c7547babdf40)
++++ /dev/null	(revision 9a1d0e50c7d6ac5a19e0af0bf493c7547babdf40)
+@@ -1,4 +0,0 @@
+-<?xml version="1.0" encoding="UTF-8"?>
+-<project version="4">
+-  <component name="ProjectTasksOptions" suppressed-tasks="Sass" />
+-</project>
+Index: .vscode/extensions.json
+===================================================================
+diff --git a/.vscode/extensions.json b/.vscode/extensions.json
+deleted file mode 100644
+--- a/.vscode/extensions.json	(revision 9a1d0e50c7d6ac5a19e0af0bf493c7547babdf40)
++++ /dev/null	(revision 9a1d0e50c7d6ac5a19e0af0bf493c7547babdf40)
+@@ -1,10 +0,0 @@
+-{
+-  "recommendations": [
+-    "EditorConfig.EditorConfig",
+-    "mikestead.dotenv",
+-    "dbaeumer.vscode-eslint",
+-    "stylelint.vscode-stylelint",
+-    "Vue.volar",
+-    "antfu.unocss"
+-  ]
+-}
+Index: .env.development
+IDEA additional info:
+Subsystem: com.intellij.openapi.diff.impl.patch.BaseRevisionTextPatchEP
+<+># 应用配置面板\nVITE_APP_SETTING = true\n# 页面标题\nVITE_APP_TITLE = 租户平台\n# 接口请求地址,会设置到 axios 的 baseURL 参数上\n# VITE_APP_API_BASEURL = https://test.baoxianzhanggui.com/web-api #默认地址\n# VITE_APP_API_BASEURL = http://192.168.0.253:8001  #田智\n# VITE_APP_API_BASEURL = http://192.168.0.55:8001  #董鑫\nVITE_APP_API_BASEURL = http://192.168.0.106:8001  #屈晨\n#VITE_APP_API_BASEURL = http://192.168.0.59:8001  #徐强\n\n# 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空\nVITE_APP_DEBUG_TOOL =\n# 是否禁用开发者工具,可防止被调试\nVITE_APP_DISABLE_DEVTOOL = false\n\n# 是否开启代理\nVITE_OPEN_PROXY = false\n# 是否开启开发者工具\nVITE_OPEN_DEVTOOLS = false\n
+Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
+<+>UTF-8
+===================================================================
+diff --git a/.env.development b/.env.development
+--- a/.env.development	(revision 9a1d0e50c7d6ac5a19e0af0bf493c7547babdf40)
++++ b/.env.development	(date 1741742165605)
+@@ -5,9 +5,9 @@
+ # 接口请求地址,会设置到 axios 的 baseURL 参数上
+ # VITE_APP_API_BASEURL = https://test.baoxianzhanggui.com/web-api #默认地址
+ # VITE_APP_API_BASEURL = http://192.168.0.253:8001  #田智
+-# VITE_APP_API_BASEURL = http://192.168.0.55:8001  #董鑫
+-VITE_APP_API_BASEURL = http://192.168.0.106:8001  #屈晨
+-#VITE_APP_API_BASEURL = http://192.168.0.59:8001  #徐强
++VITE_APP_API_BASEURL = http://192.168.0.55:8001  #董鑫
++# VITE_APP_API_BASEURL = http://192.168.0.106:8001  #屈晨
++# VITE_APP_API_BASEURL = http://192.168.0.59:8001  #徐强
+ 
+ # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空
+ VITE_APP_DEBUG_TOOL =

+ 4 - 0
.idea/shelf/Uncommitted_changes_before_Update_at_2025_3_12__09_18__Changes_.xml

@@ -0,0 +1,4 @@
+<changelist name="Uncommitted_changes_before_Update_at_2025_3_12,_09_18_[Changes]" date="1741742290243" recycled="true" deleted="true">
+  <option name="PATH" value="$PROJECT_DIR$/.idea/shelf/Uncommitted_changes_before_Update_at_2025_3_12,_09_18_[Changes]/shelved.patch" />
+  <option name="DESCRIPTION" value="Uncommitted changes before Update at 2025/3/12, 09:18 [Changes]" />
+</changelist>

+ 6 - 0
.idea/vcs.xml

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="" vcs="Git" />
+  </component>
+</project>

+ 106 - 0
.idea/workspace.xml

@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="AutoImportSettings">
+    <option name="autoReloadType" value="SELECTIVE" />
+  </component>
+  <component name="ChangeListManager">
+    <list default="true" id="1aa2c051-7c05-4248-a267-bba2d88e533a" name="Changes" comment="fix: 合并">
+      <change beforePath="$PROJECT_DIR$/.env.development" beforeDir="false" afterPath="$PROJECT_DIR$/.env.development" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/.idea/.gitignore" beforeDir="false" />
+      <change beforePath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" beforeDir="false" />
+      <change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" />
+      <change beforePath="$PROJECT_DIR$/.idea/tenant-Platform.iml" beforeDir="false" />
+      <change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" />
+      <change beforePath="$PROJECT_DIR$/.idea/watcherTasks.xml" beforeDir="false" />
+      <change beforePath="$PROJECT_DIR$/.vscode/extensions.json" beforeDir="false" />
+      <change beforePath="$PROJECT_DIR$/.vscode/settings.json" beforeDir="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="Git.Merge.Settings">
+    <option name="BRANCH" value="origin/wuguojie" />
+  </component>
+  <component name="Git.Settings">
+    <option name="RECENT_BRANCH_BY_REPOSITORY">
+      <map>
+        <entry key="$PROJECT_DIR$" value="wuguojie" />
+      </map>
+    </option>
+    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
+  </component>
+  <component name="MarkdownSettingsMigration">
+    <option name="stateVersion" value="1" />
+  </component>
+  <component name="ProjectId" id="2u6YxpYINLyl0FZmYgWYt5kbrtp" />
+  <component name="ProjectViewState">
+    <option name="autoscrollFromSource" value="true" />
+    <option name="hideEmptyMiddlePackages" value="true" />
+    <option name="showLibraryContents" value="true" />
+  </component>
+  <component name="PropertiesComponent">{
+  &quot;keyToString&quot;: {
+    &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
+    &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
+    &quot;last_opened_file_path&quot;: &quot;/Users/wuguojie/zhangguiding/tenant-Platform&quot;,
+    &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
+    &quot;node.js.detected.package.standard&quot;: &quot;true&quot;,
+    &quot;node.js.detected.package.stylelint&quot;: &quot;true&quot;,
+    &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
+    &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
+    &quot;node.js.selected.package.standard&quot;: &quot;&quot;,
+    &quot;node.js.selected.package.stylelint&quot;: &quot;/Users/wuguojie/zhangguiding/tenant-Platform/node_modules/stylelint&quot;,
+    &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
+    &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
+    &quot;prettierjs.PrettierConfiguration.Package&quot;: &quot;/Users/wuguojie/zhangguiding/tenant-Platform/node_modules/prettier&quot;,
+    &quot;ts.external.directory.path&quot;: &quot;/Users/wuguojie/zhangguiding/tenant-Platform/node_modules/typescript/lib&quot;,
+    &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
+  }
+}</component>
+  <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
+  <component name="TaskManager">
+    <task active="true" id="Default" summary="Default task">
+      <changelist id="1aa2c051-7c05-4248-a267-bba2d88e533a" name="Changes" comment="" />
+      <created>1741570739583</created>
+      <option name="number" value="Default" />
+      <option name="presentableId" value="Default" />
+      <updated>1741570739583</updated>
+      <workItem from="1741570740692" duration="9614000" />
+      <workItem from="1741588506895" duration="25952000" />
+      <workItem from="1741742279753" duration="107000" />
+    </task>
+    <task id="LOCAL-00001" summary="fix: 合并">
+      <created>1741570841321</created>
+      <option name="number" value="00001" />
+      <option name="presentableId" value="LOCAL-00001" />
+      <option name="project" value="LOCAL" />
+      <updated>1741570841322</updated>
+    </task>
+    <task id="LOCAL-00002" summary="fix: 合并">
+      <created>1741570905083</created>
+      <option name="number" value="00002" />
+      <option name="presentableId" value="LOCAL-00002" />
+      <option name="project" value="LOCAL" />
+      <updated>1741570905083</updated>
+    </task>
+    <task id="LOCAL-00003" summary="fix: 合并、添加PDF和word文件预览功能">
+      <created>1741742144445</created>
+      <option name="number" value="00003" />
+      <option name="presentableId" value="LOCAL-00003" />
+      <option name="project" value="LOCAL" />
+      <updated>1741742144445</updated>
+    </task>
+    <option name="localTasksCounter" value="4" />
+    <servers />
+  </component>
+  <component name="TypeScriptGeneratedFilesManager">
+    <option name="version" value="3" />
+  </component>
+  <component name="VcsManagerConfiguration">
+    <MESSAGE value="fix: 合并" />
+    <MESSAGE value="fix: 合并、添加PDF和word文件预览功能" />
+    <option name="LAST_COMMIT_MESSAGE" value="fix: 合并、添加PDF和word文件预览功能" />
+  </component>
+</project>