plugin.json 296 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 { "main": "index.html", "logo": "logo.png", "preload": "preload.js", "features": [ { "code": "hello", "explain": "happy", "cmds":["jk", "jenkins", { "type": "regex", "label": "快速配置脚本", "match": "/jenkins/i" }] } ] }