Skip to content

Commit

Permalink
文本内容改善
Browse files Browse the repository at this point in the history
  • Loading branch information
HSLix committed Sep 26, 2023
1 parent 16befb6 commit 76b751c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/gui/myGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ def showAboutPageFrame(self):
self.aboutText.insert("end", "* 软件图标素材来源网图,不属于GPL协议开源的内容,如有侵权,请及时联系作者删除\n")
self.aboutText.insert("end", "* GitHub地址\n")
self.aboutText.insert("end", "* https://github.com/HSLix/LixAssistantLimbusCompany.git\n")
self.aboutText.insert("end", "* 你知道吗?你的一个星星能让作者开心一整天,然后拼命更新本软件\n\n")
self.aboutText.insert("end", "* 如果你可以来github点颗星星,那就是对作者最大的鼓励!!\n\n")
self.aboutText.insert("end", "* 作者心声 GitHub README.md \"最后\"\n")
self.aboutText.insert("end", "* 我希望这个软件能帮助大家减少limbus游玩过程中反复乏味的部分\n")
self.aboutText.insert("end", "* 享受里面精彩的表演,有趣的机制就够了,游戏就是要笑着玩的嘛(:\n\n")
self.aboutText.insert("end", "* 致谢\n")
self.aboutText.insert("end", "* 直接或间接参与到本软件开发的所有人员\n")
self.aboutText.insert("end", "* 包括在网络上分享各种教程的大佬们\n\n")
Expand Down

0 comments on commit 76b751c

Please sign in to comment.