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.
25 lines
442 B
25 lines
442 B
2 years ago
|
{
|
||
|
"name": "LcPrinter",
|
||
|
"id": "LcPrinter",
|
||
|
"version": "1.0.1",
|
||
|
"description": "打印插件",
|
||
|
"_dp_type":"nativeplugin",
|
||
|
"_dp_nativeplugin":{
|
||
|
"android": {
|
||
|
"plugins": [
|
||
|
{
|
||
|
"type": "module",
|
||
|
"name": "LcPrinter",
|
||
|
"class": "uni.dcloud.io.uniplugin_lcprint.PrinterModule"
|
||
|
}
|
||
|
],
|
||
|
"abis": [
|
||
|
"armeabi-v7a",
|
||
|
"arm64-v8a",
|
||
|
"x86"
|
||
|
],
|
||
|
"integrateType": "aar",
|
||
|
"minSdkVersion" : 15
|
||
|
}
|
||
|
}
|
||
|
}
|