------
- [fix] 修复 Author.columns 因为知乎专栏大幅度改版而无法获取到专栏的问题
- [fix] 修复 Post.column 因为知乎现在允许发布无专栏文章而出错的 bug,对于无专栏的 Post 现在 column 属性返回 None
- [fix] 修复 Post.slug 因为知乎文章网址变更而无法获取的问题
- [fix] 修复 Post.column_in_name 因为知乎现在允许发布无专栏文章而出错的 bug,对于无专栏的 Post 现在 column 属性返回 None
- [fix] 修复因为上述 Bugs 造成的 Author.activities 出错的问题
- [add] 现在 CollectActType 可以直接从模块顶级 import, 即 from zhihu import CollectActType
- [fix] 修复 Topic.follower.motto 获取不正确的问题