巡检
This commit is contained in:
42
nativeplugins/LF-Sense-Card/package.json
Normal file
42
nativeplugins/LF-Sense-Card/package.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "Android-NFC读卡",
|
||||
"id": "LF-Sense-Card",
|
||||
"version": "0.0.2",
|
||||
"description": "uni-app android原生插件 用来使用nfc读取m1卡",
|
||||
"_dp_type": "nativeplugin",
|
||||
"_dp_nativeplugin": {
|
||||
"android": {
|
||||
"plugins": [
|
||||
{
|
||||
"type": "module",
|
||||
"name": "LF-Sense-Card-M1",
|
||||
"class": "com.clubank.uniplugin_m1card.M1CardModule"
|
||||
}
|
||||
],
|
||||
"hooksClass": "",
|
||||
"integrateType": "aar",
|
||||
"dependencies": [],
|
||||
"compileOptions": {
|
||||
"sourceCompatibility": "1.8",
|
||||
"targetCompatibility": "1.8"
|
||||
},
|
||||
"abis": [
|
||||
"armeabi-v7a",
|
||||
"arm64-v8a",
|
||||
"x86"
|
||||
],
|
||||
"minSdkVersion": 19,
|
||||
"useAndroidX": false,
|
||||
"permissions": [
|
||||
"<uses-permission android:name=\"android.permission.NFC\" />"
|
||||
],
|
||||
"parameters": {
|
||||
"插件需要配置的参数名称, 如appid": {
|
||||
"des": "参数描述",
|
||||
"key": "AndroidManifest.xml中添加meta-data节点!对应android:name属性值, 如GETUI_APPID",
|
||||
"placeholder": "build.gradle中添加到manifestPlaceholders中的字段名"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user