12345678910111213141516171819 |
- {
- "name": "js-pda",
- "id": "js-pda",
- "version": "1.0.0",
- "description": "pda手持机",
- "_dp_type":"nativeplugin",
- "_dp_nativeplugin":{
- "android": {
- "plugins": [
- {
- "type": "module",
- "name": "js-pda",
- "class": "com.hongxing.zncc.Pda"
- }
- ],
- "integrateType": "aar"
- }
- }
- }
|