Compare commits
3 Commits
fc8a324a9f
...
1728d61eb2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1728d61eb2 | ||
|
|
5592f47be1 | ||
|
|
a0a8e5e668 |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id" : "H5E705637",
|
"id" : "H5E705637",
|
||||||
"name" : "718友晟",
|
"name" : "718友晟",
|
||||||
"appid" : "__UNI__4C459F4",
|
"appid" : "__UNI__0B682E1",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.0.2",
|
"versionName" : "1.0.2",
|
||||||
"versionCode" : "100",
|
"versionCode" : "100",
|
||||||
@@ -86,15 +86,22 @@
|
|||||||
"unipush" : {
|
"unipush" : {
|
||||||
"version" : "2",
|
"version" : "2",
|
||||||
"offline" : true,
|
"offline" : true,
|
||||||
"icons" : {
|
"icons" : {
|
||||||
"small" : {
|
"push" : {
|
||||||
"ldpi" : "/static/images/icon.png",
|
"ldpi" : "/static/images/icon.png",
|
||||||
"mdpi" : "/static/images/icon.png",
|
"mdpi" : "/static/images/icon.png",
|
||||||
"hdpi" : "/static/images/icon.png",
|
"hdpi" : "/static/images/icon.png",
|
||||||
"xhdpi" : "/static/images/icon.png",
|
"xhdpi" : "/static/images/icon.png",
|
||||||
"xxhdpi" : "/static/images/icon.png"
|
"xxhdpi" : "/static/images/icon.png"
|
||||||
}
|
},
|
||||||
}
|
"small" : {
|
||||||
|
"ldpi" : "/static/images/icon_small.png",
|
||||||
|
"mdpi" : "/static/images/icon_small.png",
|
||||||
|
"hdpi" : "/static/images/icon_small.png",
|
||||||
|
"xhdpi" : "/static/images/icon_small.png",
|
||||||
|
"xxhdpi" : "/static/images/icon_small.png"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -76,6 +76,8 @@ export default {
|
|||||||
ndef.addDataType("*/*");
|
ndef.addDataType("*/*");
|
||||||
let intentFiltersArray = [ndef];
|
let intentFiltersArray = [ndef];
|
||||||
|
|
||||||
|
console.log('newintent running==>',intentFiltersArray);
|
||||||
|
|
||||||
plus.globalEvent.addEventListener('newintent',function() {
|
plus.globalEvent.addEventListener('newintent',function() {
|
||||||
console.log('newintent running');
|
console.log('newintent running');
|
||||||
// 监听 NFC
|
// 监听 NFC
|
||||||
|
|||||||
BIN
src/static/images/icon_small.png
Normal file
BIN
src/static/images/icon_small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user