-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
Update create author form #24261
Update create author form #24261
Conversation
Preview URLs
Flaws (31)URL:
URL:
External URLs (2)URL:
(comment last updated: 2024-10-31 16:42:04) |
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.
一些建议:
files/zh-cn/learn/server-side/express_nodejs/forms/create_author_form/index.md
Outdated
Show resolved
Hide resolved
files/zh-cn/learn/server-side/express_nodejs/forms/create_author_form/index.md
Outdated
Show resolved
Hide resolved
files/zh-cn/learn/server-side/express_nodejs/forms/create_genre_form/index.md
Show resolved
Hide resolved
|
||
> [!NOTE] | ||
> 我们的验证使用`trim()`,来确保不接受空格作为种类名称。我们还可以在表单中 的字段定义中,添加值`required='true'`,来验证客户端字段不为空: | ||
> 我们的验证使用 `trim()` 来确保不接受空格作为种类名称。我们还对表单中字段定义添加 `required` ![布尔属性](/zh-CN/docs/Glossary/Boolean/HTML)来验证客户端上的字段不为空: |
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.
应当移除!
,否则为引用图片。
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.
请移除这个文档的修改(相关的修改已在 #24220 中体现)
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.
你说的这个应该不用我来处理吧?
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.
需要,请清理一下当前 PR 的提交。里面混入了很多 rebase 后产生的无效提交内容。
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.
对不起,我也不知道这次是怎么回事,从本地提交到github的时候总在提示我冲突,我只好先在fork的仓库里把所有的分支都同步到和mdn仓库一致,然后再git pull --rebase进本地分支,最后再git push,但是git push之后就多出了很多别人的pr记录。
我其实很困惑为什么我在fork的仓库里sync的时候会把pr也包含进来。
如果可以的话我就重开一个pr,这样省事一点
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.
重新开吧,请避免修改 fork 仓库的主分支(主分支只用于和上游同步),有内容需要反馈到上游时请始终新建分支,然后只在分支中做修改)。常见的内容修改涉及的分支也请使用 git merge
命令来更新分支(用 git rebase
会导致审查人员的审查进度被重置)。
ko: sync translated content
Update index.md French translation, one missing word added in the sentence. Traduction française, un mot manquant ajouté dans la phrase.
…n#24215) Update index.md Correction in line 125. "Comment ..." => "Comme ..."
* 2024/09/23 時点の英語版に基づき更新 * Update index.md
* 2024/10/09 時点の英語版に基づき更新 * Update index.md
* Add missing 'element copy event' page * Update files/es/web/api/element/copy_event/index.md * Update files/es/web/api/element/copy_event/index.md Borrar espacio en blanco de más * Update files/es/web/api/element/copy_event/index.md Borrar linea vacía
This pull request has merge conflicts that must be resolved before it can be merged. |
我一直都是保持主分支和上游的同步而不会主动修改主分支来着,这次确实不知道怎么回事,给你添麻烦了,不好意思
… 2024年11月1日 16:03,A1lo ***@***.***> 写道:
上游
|
Description
Motivation
To update the create_author_form doc
Additional details
Related issues and pull requests