Przeglądaj źródła

复制句子链接加{{}}

visuddhinanda 2 lat temu
rodzic
commit
1eac71ded6

+ 1 - 1
dashboard/src/components/template/SentEdit/SentTab.tsx

@@ -93,7 +93,7 @@ const SentTabWidget = ({
                 );
                 );
               }}
               }}
             />
             />
-            <Text copyable={{ text: sentId[0] }}>{sentId[0]}</Text>
+            <Text copyable={{ text: `{{${sentId[0]}}}` }}>{sentId[0]}</Text>
             <SentMenu
             <SentMenu
               book={book}
               book={book}
               para={para}
               para={para}