We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你想要什么功能 /plugin/{{pk}}/package/ 支持按启用状态过滤
为什么需要
供标准运维等第三方平台使用
背景:未启用的插件是不允许进行安装的,会在流程中报错
建议如何实现
填加 is_ready 作为非必填的 bool 类型参数,没传取全部,true 取启用,false 取停用
is_ready
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你想要什么功能
/plugin/{{pk}}/package/ 支持按启用状态过滤
为什么需要
供标准运维等第三方平台使用
背景:未启用的插件是不允许进行安装的,会在流程中报错
建议如何实现
填加
is_ready
作为非必填的 bool 类型参数,没传取全部,true 取启用,false 取停用The text was updated successfully, but these errors were encountered: