mirror of
https://github.com/LC044/WeChatMsg
synced 2024-11-14 22:01:54 +08:00
21 lines
763 B
Python
21 lines
763 B
Python
version = '1.0.1'
|
|
contact = '701805520'
|
|
github = 'https://github.com/LC044/WeChatMsg'
|
|
website = 'https://memotrace.lc044.love/'
|
|
copyright = '©2022-2023 ShuaikangZhou'
|
|
description = [
|
|
'1. 支持获取个人信息<br>',
|
|
'2. 支持显示聊天界面<br>',
|
|
'3. 支持导出聊天记录<br> * csv<br> * html<br> * '
|
|
'txt<br>',
|
|
'4. 生成年度报告——圣诞特别版<br>',
|
|
]
|
|
about = f'''
|
|
版本:{version}<br>
|
|
QQ交流群:请关注微信公众号回复:联系方式<br>
|
|
地址:<a href='{github}'>{github}</a><br>
|
|
官网:<a href='{website}'>{website}</a><br>
|
|
新特性:<br>{''.join(['' + i for i in description])}<br>
|
|
Copyright {copyright}
|
|
'''
|