Explorar o código

title 单词-》结果

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
eff3e58acb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dashboard/src/components/fts/FtsBookList.tsx

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

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