diff --git a/modules/information.py b/modules/information.py index ed92d6a..dd97191 100644 --- a/modules/information.py +++ b/modules/information.py @@ -7,10 +7,14 @@ def print_info(self): clear() print(f"""[NeteaseMusicLyricDownloader Reloaded] 版本: {self.version} -本软件开源,项目地址: +本软件开源,项目地址:https://github.com/1826013250/NeteaseMusicLyricDownloader 作者:David-123 联系方式: - QQ:1826013250 - E-mail:1826013250@qq.com(mainly) - mc1826013250@gmail.com""") +\tQQ:1826013250 +\tE-mail:1826013250@qq.com(mainly) +\t mc1826013250@gmail.com + +Special Thanks: +\t- chenjunyu19, provided the 163key's cipher +\t- website 'MKLAB', provided the AES decryption service""") input("按回车键返回...") \ No newline at end of file