-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: fix reference framework path #634
Conversation
- The framework.md docs path changed, this reference docs didn't change。
@kylezhang, thanks for your PR! By analyzing the history of the files in this pull request, we identified @dead-horse, @huacnlee and @simman to be potential reviewers. |
@@ -187,7 +187,7 @@ exports.login = function* (ctx) { | |||
|
|||
// 设置 Session | |||
this.session.user = user; | |||
// 如果用户勾选了 `记住我`,设置一个月的过期时间 | |||
// 如果用户勾选了 `记住我`,设置一分钟的过期时间 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个地方之前已经改过了, 是改下面的.
你的代码基线太旧了, rebase 下最新的 master
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
- The framework.md docs path changed, this reference docs didn't change。
Codecov Report
@@ Coverage Diff @@
## master #634 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 26 26
Lines 633 633
=====================================
Hits 633 633 Continue to review full report at Codecov.
|
framework.md
docs path changed, this reference docs didn't change。Checklist
npm test
passesAffected core subsystem(s)
Description of change