Closed lau-jay closed 5 years ago
另外,豆瓣电子书,已close掉的第八章 set_password那个代码执行结果cat 是Flase的issue,还是False
感谢反馈,这两处已经在到勘误中了。请问你的电子书是新版本吗?第二次更新的版本应该已经修复了这些问题。上次我和豆瓣客服交涉之后,他们回复将会给购买旧版本的读者赠送新版本,没有收到吗?
我直接web端看的,理论上应该是最新。
没有, 可能是豆瓣有bug,一边我可以读,一边又要我付费
在 2019年3月10日,上午11:02,Grey Li notifications@github.com 写道:
和在哪里看没关系,你需要确认豆瓣消息提醒里有没有赠送通知,另外再打开这个页面 https://read.douban.com/ebook/106866366/查看是否能够进行阅读和评论等操作。
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/greyli/helloflask/issues/158#issuecomment-471242279, or mute the thread https://github.com/notifications/unsubscribe-auth/AGBgduOBTF-eUm01kh3UkxGVvJXDUkx8ks5vVHWpgaJpZM4bmqgL.
好的,那这个链接打开后能点击阅读和评论等按钮吗?(豆瓣每次更新后会删掉原来的那个商品,创建一个新的。如果你购买的是旧商品,在新的商品页面会显示未购买当前商品)
能点击,但是需要购买。
在 2019年3月10日,下午6:55,Grey Li notifications@github.com 写道:
好的,那这个链接 https://read.douban.com/ebook/106866366/打开后能点击阅读和评论等按钮吗?(豆瓣每次更新后会删掉原来的那个商品,创建一个新的。如果你购买的是旧商品,在新的商品页面会显示未购买当前商品)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/greyli/helloflask/issues/158#issuecomment-471277261, or mute the thread https://github.com/notifications/unsubscribe-auth/AGBgdudXn1YbeHB2t4yyZYNQ1hB02sBzks5vVOS8gaJpZM4bmqgL.
那请把你的豆瓣阅读个人主页 URL 发给我,我问问客服(可以通过邮件私发给我)。
https://read.douban.com/people/pyclear/
在 2019年3月10日,下午7:06,Grey Li notifications@github.com 写道:
那请把你的豆瓣阅读个人主页 URL 发给我,我问问客服(可以通过邮件私发给我)。
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/greyli/helloflask/issues/158#issuecomment-471277991, or mute the thread https://github.com/notifications/unsubscribe-auth/AGBgdvZmtR1H2EcE1CQ2rT3vvpdsb0yOks5vVOdGgaJpZM4bmqgL.
已联系豆瓣客服,正在等待回复。另外,麻烦再确认一下你的礼物记录:
豆瓣客服的回复如下:
您好,已赠送,请到「我的」-「我购买的电子书」中查看。
是的已经收到了,这个体验挺糟糕的,app端之前好像看书是会自己处理的。我还觉得挺好用的,现在得给差评了。
在 2019年3月11日,上午11:27,Grey Li notifications@github.com 写道:
豆瓣客服的回复如下:
您好,已赠送,请到「我的」-「我购买的电子书」中查看。
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/greyli/helloflask/issues/158#issuecomment-471392490, or mute the thread https://github.com/notifications/unsubscribe-auth/AGBgdjOtjQ1GyAkyI48q4rY7yRQve02qks5vVc0vgaJpZM4bmqgL.
国内的几个电子书平台都挺糟糕的,不论是阅读客户端,排版还是产品逻辑。个人觉得,技术书只有包含代码语法高亮的 PDF 才有可读性,不过出于各种原因,大部分出版社都不提供。
model 评论的第二段示例代码
backref="Post"
是错误的 应为comments = db.relationship("Comment", back_populates="post", cascade="all")