Signed-off-by: 吴文峰 <kevin@lmve.net>

This commit is contained in:
2026-06-09 18:59:16 +08:00
parent 33469dc746
commit 51f3f917f9
62 changed files with 12690 additions and 1 deletions
@@ -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
}
}
}