拒单原因修改

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

6
Gemfile Normal file
View File

@@ -0,0 +1,6 @@
source "https://rubygems.org"
gem "fastlane"
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)