add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,12 @@
# npm 过时
> 检查过时的 npm 包依赖。
> 更多信息:<https://docs.npmjs.com/cli/commands/npm-outdated>。
- 查找项目中过时的包:
`npm outdated`
- 查找不论当前项目的过时包:
`npm outdated --all`