We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ca2cd commit 70ca905Copy full SHA for 70ca905
.gitignore
@@ -1,3 +1,3 @@
1
.DS_Store
2
logs/
3
-.idea
+.idea
ExpDemo-JavaFX.iml Exp-JavaFX.iml
src/main/java/fun/fireline/core/Constants.java
@@ -23,7 +23,7 @@ public class Constants {
23
"\t\t\t\t\t\t\t\t\t\t目前所有的payload均为互联网公开,我只是个搬运工,感谢各位师傅\r\n\t\t\t\r\n\r\n";
24
25
public static String UPDATEINFO =
26
- "Bug反馈: 扫码加我微信\r\n\r\n" +
+ "Bug反馈: https://github.com/fullstackcainiao/Exp-JavaFX\r\n\r\n" +
27
"原项目为神机V1.9 地址https://github.com/yhy0/ExpDemo-JavaFX \r\n" ;
28
29
0 commit comments