From 7a515b7ba4619ae84d342d82eb2415088a754774 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sat, 1 Mar 2025 23:44:39 +0800 Subject: [PATCH] fix: `abbr` incorrectly appears in search results (#495) * fix: `abbr` incorrectly appears in search results * chore: tweak --- .../src/client/components/Abbreviation.vue | 16 +++++++++------- plugins/plugin-md-power/src/node/inline/abbr.ts | 7 ++----- .../plugin-search/src/node/prepareSearchIndex.ts | 8 +++++--- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/plugins/plugin-md-power/src/client/components/Abbreviation.vue b/plugins/plugin-md-power/src/client/components/Abbreviation.vue index cceb7d54..06c6dce2 100644 --- a/plugins/plugin-md-power/src/client/components/Abbreviation.vue +++ b/plugins/plugin-md-power/src/client/components/Abbreviation.vue @@ -34,18 +34,20 @@ watch(show, () => nextTick(() => {