From 70d4832d2d0f3d484dce6769beac3b4806e783a7 Mon Sep 17 00:00:00 2001
From: zhangyong <517047165@qq.com>
Date: 星期五, 15 九月 2023 16:58:58 +0800
Subject: [PATCH] 修复读取word类型时,地址后面多一个.0的bug

---
 springboot-vue3/.idea/misc.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/springboot-vue3/.idea/misc.xml b/springboot-vue3/.idea/misc.xml
index 3d3371a..774ef25 100644
--- a/springboot-vue3/.idea/misc.xml
+++ b/springboot-vue3/.idea/misc.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
+  <component name="FrameworkDetectionExcludesConfiguration">
+    <file type="web" url="file://$PROJECT_DIR$" />
+  </component>
   <component name="MavenProjectsManager">
     <option name="originalFiles">
       <list>

--
Gitblit v1.8.0