From c8035dc3955e26b255c7561b6b95b648fa371a26 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Tue, 12 Nov 2024 18:23:24 +0800 Subject: [PATCH] feat: report --- pages.json | 39 +++++++++++-------- .../uni-stat.uvue => report/report.uvue} | 0 2 files changed, 23 insertions(+), 16 deletions(-) rename pages/API/{uni-stat/uni-stat.uvue => report/report.uvue} (100%) diff --git a/pages.json b/pages.json index 4ecf1046..d47c236e 100644 --- a/pages.json +++ b/pages.json @@ -798,14 +798,14 @@ }, { "path": "pages/API/unicloud/unicloud/cloud-function", - "group": "1,17,0", + "group": "1,19,0", "style": { "navigationBarTitleText": "cloud function | 云函数" } }, { "path": "pages/API/unicloud/unicloud/cloud-object", - "group": "1,17,1", + "group": "1,19,1", "style": { "navigationBarTitleText": "cloud object | 云对象" } @@ -953,14 +953,14 @@ }, { "path": "pages/API/unicloud/unicloud/cloud-storage", - "group": "1,17,2", + "group": "1,19,2", "style": { "navigationBarTitleText": "cloud storage | 云存储" } }, { "path": "pages/API/unicloud/unicloud/database", - "group": "1,17,3", + "group": "1,19,3", "style": { "navigationBarTitleText": "database | 数据库" } @@ -1216,15 +1216,13 @@ "navigationBarTitleText": "推送" } }, - // #ifdef APP-ANDROID || APP-IOS || WEB - { - "path" : "pages/API/uni-stat/uni-stat", - "style" : - { - "navigationBarTitleText" : "统计" - } - }, - // #endif + { + "path": "pages/API/report/report", + "group": "1,17,0", + "style": { + "navigationBarTitleText": "report | 统计采集上报" + } + }, // #ifdef APP-ANDROID || APP-IOS || WEB { "path": "pages/API/dialog-page/dialog-page", @@ -2576,6 +2574,17 @@ } ] }, + { + "id": "api.stat", + "name": "统计", + "children": [ + { + "id": "api.stat.report", + "name": "report" + } + ] + }, + null, { "id": "api.unicloud", "name": "uniCloud客户端API", @@ -2608,8 +2617,6 @@ null, null, null, - null, - null, { "id": "api.elementInstance", "name": "UniElement 实例" @@ -2928,4 +2935,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/pages/API/uni-stat/uni-stat.uvue b/pages/API/report/report.uvue similarity index 100% rename from pages/API/uni-stat/uni-stat.uvue rename to pages/API/report/report.uvue -- GitLab