📝 Add inject block to sample config
Build Plugin JAR File / build (push) Successful in 1m23s Details
Build Plugin JAR File / github-release (push) Has been skipped Details

This commit is contained in:
zhengyi 2024-01-04 21:03:24 +08:00
parent 93508b1826
commit 28f64b078c
1 changed files with 17 additions and 0 deletions

View File

@ -30,5 +30,22 @@
],
"template": "<joe-progress percentage=\"$percentage$%\" color=\"$color$\"></joe-progress>"
}
],
"inject": [
{
"id": "inject-js",
"type": "script",
"url": "/plugins/vditor-mde/assets/static/inject-demo.js"
},
{
"id": "inject-css",
"type": "style",
"url": "/plugins/vditor-mde/assets/static/inject-demo.css"
},
{
"id": "inject-font",
"type": "style",
"url": "/themes/theme-Joe3/assets/lib/font-awesome/css/font-awesome.min.css"
}
]
}