This commit is contained in:
2026-04-27 15:06:09 +08:00
parent 1d1a4f3670
commit 09e806c969
4 changed files with 41 additions and 0 deletions
+16
View File
@@ -79,6 +79,22 @@
"splashscreen" : {
"useOriginalMsgbox" : false
}
},
"nativePlugins" : {
"LcPrinter" : {
"__plugin_info__" : {
"name" : "LcPrinter",
"description" : "打印插件",
"platforms" : "Android",
"url" : "",
"android_package_name" : "",
"ios_bundle_id" : "",
"isCloud" : false,
"bought" : -1,
"pid" : "",
"parameters" : {}
}
}
}
},
"quickapp" : {},
+25
View File
@@ -0,0 +1,25 @@
{
"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
}
}
}