Explorar el Código

初始化项目

孙博文 hace 1 año
padre
commit
b75f864809
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/App.jsx

+ 1 - 1
src/App.jsx

@@ -29,7 +29,7 @@ async function getCode() {
 function sleep(s) {
     return new Promise((resolve) => {
         setTimeout(() => {
-            resolve("=======>")
+            resolve("=====的撒大苏打实打实的==>")
         }, s);
     });
 }