fix(index.js):修复找不到词条的文字显示错误#490
Merged
jaywcjlove merged 6 commits intojaywcjlove:masterfrom Apr 26, 2023
conglinyizhi:master
Merged
fix(index.js):修复找不到词条的文字显示错误#490jaywcjlove merged 6 commits intojaywcjlove:masterfrom conglinyizhi:master
jaywcjlove merged 6 commits intojaywcjlove:masterfrom
conglinyizhi:master
Conversation
jaywcjlove
reviewed
Apr 25, 2023
| @@ -0,0 +1,60 @@ | |||
| # 贡献者约定 | |||
Owner
There was a problem hiding this comment.
贡献说明默认放在根目录命名为 CONTRIBUTING.md
jaywcjlove
added a commit
that referenced
this pull request
Apr 26, 2023
yuanweize
pushed a commit
to yuanweize/linux-command
that referenced
this pull request
Jan 22, 2026
* fix(curl,time):格式化内容,并参考 jaywcjlove#359 jaywcjlove#352 修改文档 * fix(index.js):修复找不到词条的文字显示错误 * docs:对于未来的贡献者提出了明确的要求和提示 * docs:对于未来的贡献者提出了明确的要求和提示
yuanweize
pushed a commit
to yuanweize/linux-command
that referenced
this pull request
Jan 22, 2026
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.
本次提交会导致 Android 6 以下的浏览器无法正常运行,原因是
index.js中使用了Array.forEach()和Array.map()在 Andriod 6 之前的系统不被支持我似乎编制了一张 Git 蜘蛛网出来……