拒单原因修改

This commit is contained in:
DDIsFriend
2023-09-05 09:52:25 +08:00
parent 3b9b465d22
commit f0812dad0c
15 changed files with 598 additions and 4 deletions

32
fastlane/README.md Normal file
View File

@@ -0,0 +1,32 @@
fastlane documentation
----
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
```sh
xcode-select --install
```
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
# Available Actions
## iOS
### ios debug
```sh
[bundle exec] fastlane ios debug
```
Description of what the lane does
----
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).
The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).