소스 검색

update shortcut label

tianyunperfect 5 년 전
부모
커밋
8206657b77
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/pages/Memory/index.tsx

+ 2 - 2
src/pages/Memory/index.tsx

@@ -187,7 +187,7 @@ const TableList: React.FC<{}> = () => {
                     memorySuccess(2);
                   }}
                 >
-                  一般
+                  一般
                 </Button>
                 <span> </span>
                 <Button
@@ -266,7 +266,7 @@ const TableList: React.FC<{}> = () => {
                   setState({ showBack: true });
                 }}
               >
-                显示答案(空格)
+                显示答案
               </Button>
             </div>
           )}