diff --git a/pages.json b/pages.json index 4eb81cb19fef69ea2d8dacfa2071232159e5df59..812b2abe29d5243a1685b5fc2e4746798dd5824d 100644 --- a/pages.json +++ b/pages.json @@ -1075,6 +1075,15 @@ } }, // #endif + // #ifndef WEB + { + "path": "pages/API/push/push", + "group": "1,6,7", + "style": { + "navigationBarTitleText": "push | 推送" + } + }, + // #endif { "path": "pages/tabBar/CSS", "style": { @@ -2133,7 +2142,10 @@ "id": "api.device.installApk", "name": "installApk" }, - null, + { + "id": "api.device.push", + "name": "push" + }, { "id": "api.device.getBatteryInfo", "name": "getBatteryInfo" diff --git a/pages/API/push/push.uvue b/pages/API/push/push.uvue new file mode 100644 index 0000000000000000000000000000000000000000..2abe98c9c5aebbef83d696899a17c551accd44ce --- /dev/null +++ b/pages/API/push/push.uvue @@ -0,0 +1,96 @@ + + + + +