소스 검색

消除it前面的空格

visuddhinanda 3 년 전
부모
커밋
53f1847c54
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dashboard/src/components/fts/FullTextSearchResult.tsx

+ 1 - 1
dashboard/src/components/fts/FullTextSearchResult.tsx

@@ -85,7 +85,7 @@ const Widget = ({
             paragraph: item.paragraph,
             title: item.title ? item.title : item.paliTitle,
             paliTitle: item.paliTitle,
-            content: item.highlight,
+            content: item.highlight.replaceAll("** ti ", "**ti "),
             path: item.path,
           };
         });