Compare commits

3 Commits

Author SHA1 Message Date
xuli
1728d61eb2 测试 2025-12-12 18:01:03 +08:00
xuli
5592f47be1 Merge branch 'develop' of http://123.57.20.168:4000/admin/ys-app into develop 2025-12-12 18:00:52 +08:00
xuli
a0a8e5e668 增加推送小图标 2025-12-12 18:00:01 +08:00
3 changed files with 19 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
{
"id" : "H5E705637",
"name" : "718友晟",
"appid" : "__UNI__4C459F4",
"appid" : "__UNI__0B682E1",
"description" : "",
"versionName" : "1.0.2",
"versionCode" : "100",
@@ -87,12 +87,19 @@
"version" : "2",
"offline" : true,
"icons" : {
"small" : {
"push" : {
"ldpi" : "/static/images/icon.png",
"mdpi" : "/static/images/icon.png",
"hdpi" : "/static/images/icon.png",
"xhdpi" : "/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"
}
}
}

View File

@@ -76,6 +76,8 @@ export default {
ndef.addDataType("*/*");
let intentFiltersArray = [ndef];
console.log('newintent running==>',intentFiltersArray);
plus.globalEvent.addEventListener('newintent',function() {
console.log('newintent running');
// 监听 NFC

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB