15

Results 1 comments of 15

> 3.8方法 在config.py里添加 from typing import List > > config class 里改成 read_qq_friends: List[int] read_qq_groups: List[int] read_inform_time: List[Time] = [] 感谢,经测试py3.10同样可用