mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
feat: 从yaml文件注册插件
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
showRunStrategy: true
|
||||
default:
|
||||
strategy:
|
||||
runStrategy: 1
|
||||
name: WaitPlugin
|
||||
title: 等待
|
||||
icon: ri:rest-time-line
|
||||
desc: 等待一段时间
|
||||
group: other
|
||||
input:
|
||||
waitTime:
|
||||
title: 等待时长
|
||||
value: 30
|
||||
component:
|
||||
name: a-input-number
|
||||
vModel: value
|
||||
helper: 单位:秒
|
||||
required: true
|
||||
order: 0
|
||||
output: {}
|
||||
type: builtIn
|
||||
pluginType: deploy
|
||||
scriptFilePath: ../../../plugins/plugin-other/plugins/plugin-wait.js
|
||||
Reference in New Issue
Block a user