优化
This commit is contained in:
9
apps/cli/templates/client-plugin/{{id}}/manifest.json
Normal file
9
apps/cli/templates/client-plugin/{{id}}/manifest.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"label": "{{name}}",
|
||||
"name": "{{id}}",
|
||||
"url": "/plugins/{{id}}/index.js",
|
||||
"version": "0.0.0",
|
||||
"author": "{{author}}",
|
||||
"description": "{{desc}}",
|
||||
"requireRestart": true
|
||||
}
|
||||
Reference in New Issue
Block a user