♻️ 调整解析逻辑,修复部分数据解析异常

This commit is contained in:
BTMuli
2026-01-17 13:58:59 +08:00
parent 734b01706f
commit 75b6ba40e9
2 changed files with 15 additions and 12 deletions

View File

@@ -9,7 +9,7 @@
import showHyperLink from "@comp/func/hyperlink.js";
import showSnackbar from "@comp/func/snackbar.js";
import { parseHtmlText } from "@utils/toolFunc.js";
import { defineProps, onMounted, shallowRef } from "vue";
import { onMounted, shallowRef } from "vue";
import { WikiHyperLinkData } from "@/data/index.js";