From 2ec78835e454cecb95e48a2be2cb0b8393674ec5 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期二, 31 三月 2026 10:27:16 +0800
Subject: [PATCH] fix(Sys_Dictionary): 修复数字字典中文映射

---
 Code/WCS/WIDESEAWCS_Client/.omc/project-memory.json |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

diff --git a/Code/WCS/WIDESEAWCS_Client/.omc/project-memory.json b/Code/WCS/WIDESEAWCS_Client/.omc/project-memory.json
index 729851a..524ee2c 100644
--- a/Code/WCS/WIDESEAWCS_Client/.omc/project-memory.json
+++ b/Code/WCS/WIDESEAWCS_Client/.omc/project-memory.json
@@ -177,6 +177,31 @@
       ]
     }
   },
-  "hotPaths": [],
+  "hotPaths": [
+    {
+      "path": "src\\views\\Index.vue",
+      "accessCount": 2,
+      "lastAccessed": 1774325401660,
+      "type": "directory"
+    },
+    {
+      "path": "src\\views\\fix_encoding.js",
+      "accessCount": 1,
+      "lastAccessed": 1774325444193,
+      "type": "file"
+    },
+    {
+      "path": "src\\views\\fix.js",
+      "accessCount": 1,
+      "lastAccessed": 1774325462466,
+      "type": "file"
+    },
+    {
+      "path": "src\\views\\replacements.json",
+      "accessCount": 1,
+      "lastAccessed": 1774325476630,
+      "type": "file"
+    }
+  ],
   "userDirectives": []
 }
\ No newline at end of file

--
Gitblit v1.9.3