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.
36 lines
344 B
36 lines
344 B
7 months ago
|
{
|
||
|
|
||
|
"name": "TestModule",
|
||
|
|
||
|
"id": "TestModule",
|
||
|
|
||
|
"version": "1.0.0",
|
||
|
|
||
|
"description": "打印",
|
||
|
|
||
|
"_dp_type": "nativeplugin",
|
||
|
|
||
|
"_dp_nativeplugin": {
|
||
|
|
||
|
"android": {
|
||
|
|
||
|
"integrateType": "aar",
|
||
|
|
||
|
"plugins": [
|
||
|
|
||
|
{
|
||
|
|
||
|
"type": "module",
|
||
|
"name": "TestModule",
|
||
|
"class": "io.dcloud.uniplugin.TestModule"
|
||
|
|
||
|
}
|
||
|
|
||
|
]
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|