You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
755 B
41 lines
755 B
|
3 years ago
|
{
|
||
|
|
"nativePlugins": [
|
||
|
|
{
|
||
|
|
"plugins": [
|
||
|
|
{
|
||
|
|
"type": "module",
|
||
|
|
"name": "TestModule",
|
||
|
|
"class": "io.dcloud.uniplugin.TestModule"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"plugins": [
|
||
|
|
{
|
||
|
|
"type": "component",
|
||
|
|
"name": "myText",
|
||
|
|
"class": "io.dcloud.uniplugin.TestText"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"hooksClass": "",
|
||
|
|
"plugins": [
|
||
|
|
{
|
||
|
|
"type": "module",
|
||
|
|
"name": "DCloud-RichAlert",
|
||
|
|
"class": "uni.dcloud.io.uniplugin_richalert.RichAlertModule"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"plugins": [
|
||
|
|
{
|
||
|
|
"type": "module",
|
||
|
|
"name": "scanCode",
|
||
|
|
"class": "cn.bnyer.scancode.scanCode"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|