The current user does not have the write permission of the Pull Request source branch Repository. Please contact the Pull Request author @LiuChuang for handling
The current user does not have the write permission of the Pull Request source branch Repository. Please contact the Pull Request author @LiuChuang for handling
Gitee trying to handle conflicts...
Gitee handled conflicts timeout, please fetch to the local handling
The current branch merge status has been updated, continue to operate after refreshing the page
The Pull Request can be automatically merged.
Merging Pull Request. Wait for a moment, the page will refresh automatically.
改写枚举类,将枚举与校验组关联起来,可以根据枚举类型自动确定需要采用的校验组,消除代码中的ifelse,使代码更容易维护。
之后如果有新增的云存储类型,只需要添加枚举即可不需要改动源有的处理逻辑。