Bryan

Results 71 comments of Bryan

@SuperQ I changed the code for type checking. It passes all current tests, and I hope it can work *forever*.

@SuperQ I considered this before. But there is another case... ```text md4 : inactive raid1 sda3[0](F) sdb3[1](S) 4883648 blocks [2/2] [UU] ``` We can ignore the type for this, but...

@SuperQ @discordianfish Because of the lack of some knowledge, let's keep this open and see if anyone can help.

I create a PR #422 for one simple way (just expose request so we can get request.TLS) to handle this scenario.

Over one year...

「Commit 9828ba328c9297034935dfd139858c6607dd0598」在哪。。 故意没 Push 还是忘了 Push 了还是我这里网出问题了😂

登录状态:直接绑定到账号 未登录状态:要求填写邮箱,支付成功后将有关信息(文章名称、订单号等)发送到填写的邮箱并加密记录信息到 Session 后期,若以此邮箱注册了账户,则直接把此项购买绑定到账号 若下次依然想要查看文章且未注册账号、Cookies 已过有效期,则可通过输入邮箱+订单号的方式来查看,验证通过后可以则记录信息到 Session 问题&优化: 1. 邮箱 + 订单号泄漏:后台可以添加 Revoke 指定订单号的功能 2. 订单号忘记:添加通过邮箱找回 3. 为了安全:将「订单号」改为密码,或每次想要查看都发送临时密码 4. 系统不支持发送邮件:手机号?TelegramBot?至少我现在只能想到这个场景可能出现但想不出好的解决方案