`post = Post(title=‘测试标题’, categories = ['默认分类'],slug='标签1',description=‘测试内容1’) te.new_post(post, publish=True)` 我试了下这样好像不行~