From d820be9aa5a2dec7bcc04cdcc06ec58002528eb7 Mon Sep 17 00:00:00 2001
From: zhenyuWang <13641039885@163.com>
Date: Mon, 8 Jul 2024 14:27:31 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=20push=20=E7=A4=BA?=
=?UTF-8?q?=E4=BE=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 14 +++++-
pages/API/push/push.uvue | 96 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 109 insertions(+), 1 deletion(-)
create mode 100644 pages/API/push/push.uvue
diff --git a/pages.json b/pages.json
index 4eb81cb1..812b2abe 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 00000000..2abe98c9
--- /dev/null
+++ b/pages/API/push/push.uvue
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
GitLab