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,20 @@
# fastlane
> 构建和发布移动应用程序。
> 更多信息:<https://docs.fastlane.tools/actions/>.
- 在当前目录中构建并签名 iOS 应用程序:
`fastlane run build_app`
- 为当前目录中的项目运行 `pod install`
`fastlane run cocoapods`
- 从 Xcode 中删除派生数据:
`fastlane run clear_derived_data`
- 清除 pods 的缓存:
`fastlane run clean_cocoapods_cache`