From bc7be467d01e811d324288b8ae6c3a0de890a93a Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Mon, 5 Aug 2024 19:27:28 +0800 Subject: [PATCH] =?UTF-8?q?chore(pages.json):=20=E7=A7=BB=E9=99=A4=20creat?= =?UTF-8?q?eCanvasContextAsync=20=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/pages.json b/pages.json index 8c27fb50..e2bf077b 100644 --- a/pages.json +++ b/pages.json @@ -1130,13 +1130,6 @@ } }, // #endif - { - "path": "pages/API/create-canvas-context-async/create-canvas-context-async", - "group": "1,8,1", - "style": { - "navigationBarTitleText": "createCanvasContextAsync | createCanvasContextAsync" - } - }, { "path": "pages/API/resize-observer/resize-observer", "group": "1,30", @@ -2322,17 +2315,7 @@ } ] }, - { - "id": "api.canvas", - "name": "canvas", - "children": [ - null, - { - "id": "api.canvas.createCanvasContextAsync", - "name": "createCanvasContextAsync" - } - ] - }, + null, { "id": "api.location", "name": "位置", -- GitLab