From 72c35bd60413de41479c061a36a70a55739bbb89 Mon Sep 17 00:00:00 2001 From: hdx Date: Fri, 2 Aug 2024 18:21:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(animation-frame):=20=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=90=8E=E7=BC=80=E5=BA=94=E4=B8=BA=20md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/canvas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/canvas.md b/docs/component/canvas.md index d800a486..9eb36f80 100644 --- a/docs/component/canvas.md +++ b/docs/component/canvas.md @@ -46,7 +46,7 @@ canvas相关的API非常多,参考如下: - canvas.toDataURL() [W3C](https://developer.mozilla.org/zh-CN/docs/Web/API/HTMLCanvasElement/toDataURL) - uni.createCanvasContextAsync 获取[CanvasContext对象](../api/create-canvas-context-async.md) - [CanvasRenderingContext2D对象](../dom/canvasrenderingcontext2d.md) -- [动画帧](../api/animation-frame.html) +- [动画帧](../api/animation-frame.md) ## 获取组件上下文对象CanvasContext@CanvasContext -- GitLab