We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34dd5ef + 39c31cb commit 77d1670Copy full SHA for 77d1670
.github/workflows/gradle.yml
@@ -32,4 +32,4 @@ jobs:
32
uses: actions/upload-artifact@v2
33
with:
34
name: spring-mirai-client
35
- path: build/libs/spring-mirai-client-*.jar
+ path: build/libs/spring-mirai-client-*.jar
README.md
@@ -21,7 +21,7 @@ java -jar spring-mirai-client-版本.jar
21
22
浏览器打开 http://localhost:9000/
23
24
-创建机器人并处理下方验证码(图形验证码或设备锁)
+创建机器人并处理下方验证码(图形验证码或设备锁),处理完**必须**输入账号和验证码(设备锁填1234),并点击提交,否则不会继续处理
25
26
27
-
+
0 commit comments