Parcourir la source

title 单词-》结果

visuddhinanda il y a 2 ans
Parent
commit
eff3e58acb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      dashboard/src/components/fts/FtsBookList.tsx

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

@@ -111,7 +111,7 @@ const FtsBookListWidget = ({
         setTreeData([
         setTreeData([
           {
           {
             key: "all",
             key: "all",
-            title: "all " + totalResult + "个单词",
+            title: "all " + totalResult + "个结果",
             children: json.data.rows.map((item, id) => {
             children: json.data.rows.map((item, id) => {
               const title = item.title ? item.title : item.paliTitle;
               const title = item.title ? item.title : item.paliTitle;
               return {
               return {