Skip to content

Commit

Permalink
qq群号
Browse files Browse the repository at this point in the history
  • Loading branch information
4379711 committed May 16, 2024
1 parent ad48f0b commit 1b7784e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@
- 本项目仅供学习,未经许可,不得用作商业用途,不得用作违法行为!!!

## 联系
> 可以微信联系我,请备注来意,我拉你进群交流
![微信添加好友](https://github.com/4379711/lol-helper/raw/master/src/main/resources/assets/QR-Code.jpg)
> 加QQ群,群号882050965,或者用qq扫描下方二维码
![QQ群](https://github.com/4379711/lol-helper/raw/master/src/main/resources/assets/QR-Code.jpg)
9 changes: 2 additions & 7 deletions src/main/java/yalong/site/frame/panel/about/AboutPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,8 @@ public static AboutPanel builder() {
AboutPanel aboutPanel = new AboutPanel();
BaseTextArea textArea = new BaseTextArea();
textArea.setOpaque(false);
textArea.setText("作者: YaLong 微信:4379711\n\n"
+ "本项目开源,源代码地址:\n"
+ "https://github.com/4379711/lol-helper\n\n"
+ "本项目使用RIOT公开的LCU API开发,地址:\n"
+ "https://developer.riotgames.com/docs/lol/\n"
+ "https://riot-api-libraries.readthedocs.io/\n\n"
+ "本人承诺:绝不上传用户任何数据!!!"
textArea.setText("本软件永久免费,\n\n"
+ "qq群:882050965"
);
textArea.setEditable(false);
textArea.setForeground(Color.red);
Expand Down

0 comments on commit 1b7784e

Please sign in to comment.