feat(article-lock): SHA256 文章锁摘要,兼容旧 md5(承接 #3389)#4022
Merged
Conversation
- Notion 明文密码同步为 SHA256(hex);支持字段内直接填 64 位 SHA256;保留 32 位 md5 串视为旧摘要\n- 前台校验:同时尝试 SHA256(明文) 与 md5(slug+明文)\n- localStorage 键改为 pathname only,与 getPasswordQuery 一致\n- 新增依赖 js-sha256;Gravatar 等仍使用 md5(email),未改动 Co-authored-by: Cursor <cursoragent@cursor.com>
Deploying notionnext-seo-lesson with
|
| Latest commit: |
54c61f5
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d9a8319a.notionnext-seo-lesson.pages.dev |
| Branch Preview URL: | https://feat-article-password-sha256.notionnext-seo-lesson.pages.dev |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying notionnext-blog with
|
| Latest commit: |
54c61f5
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://786560f3.notionnext-db5.pages.dev |
| Branch Preview URL: | https://feat-article-password-sha256.notionnext-db5.pages.dev |
Deploying notionnext-docs with
|
| Latest commit: |
54c61f5
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7de9ed13.notionnext-docs.pages.dev |
| Branch Preview URL: | https://feat-article-password-sha256.notionnext-docs.pages.dev |
Deploying notionnext-movie with
|
| Latest commit: |
54c61f5
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://58892041.notionnext-movie.pages.dev |
| Branch Preview URL: | https://feat-article-password-sha256.notionnext-movie.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
承接 PR #3389(分支过久冲突):在原意图上重新实现并兼容主线。
行为说明
依赖
关联
请在合并 #3389 前在其下留言说明已由本 PR 承接。
Made with Cursor