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

20
pages.zh/common/ignite.md Normal file
View File

@@ -0,0 +1,20 @@
# ignite
> 一个用于 React Native 模板、插件、生成器等的命令行工具。
> 更多信息:<https://infinite.red/ignite>。
- 创建一个新的 React Native 项目:
`ignite new {{project_name}}`
- 从插件生成文件:
`ignite generate {{plugin_name}} {{path/to/file}}`
- 将 Ignite 插件添加到项目中:
`ignite add {{plugin_name}}`
- 从项目中移除 Ignite 插件:
`ignite remove {{plugin_name}}`