mirror of
https://github.com/LC044/WeChatMsg
synced 2024-11-15 22:41:20 +08:00
22 lines
797 B
Python
22 lines
797 B
Python
version = '0.2.9'
|
|
contact = '701805520'
|
|
github = 'https://github.com/LC044/WeChatMsg'
|
|
website = 'https://memotrace.lc044.love/'
|
|
copyright = '©2023-2023 ShuaikangZhou'
|
|
description = [
|
|
'1. 支持获取个人信息<br>',
|
|
'2. 支持显示聊天界面<br>',
|
|
'3. 支持导出聊天记录<br> * csv<br> * html<br> * '
|
|
'txt<br>',
|
|
'4. 查找联系人<br>',
|
|
'5. 生成年度报告<br>',
|
|
]
|
|
about = f'''
|
|
版本:{version}<br>
|
|
QQ交流群:{contact},对项目有贡献即可入群,具体要求请阅读文档<br>
|
|
地址:<a href='{github}'>{github}</a><br>
|
|
官网:<a href='{website}'>{website}</a><br>
|
|
新特性:<br>{''.join(['' + i for i in description])}<br>
|
|
Copyright {copyright}
|
|
'''
|