From 698f18c2f4bc6c0fba257dbb722c73e17e798041 Mon Sep 17 00:00:00 2001 From: YOUR_NAME Date: Tue, 1 Mar 2022 17:00:23 +0800 Subject: [PATCH] -amend Signed-off-by: YOUR_NAME --- zh-cn/application-dev/reference/apis/js-apis-webgl2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-webgl2.md b/zh-cn/application-dev/reference/apis/js-apis-webgl2.md index 013597f09d..7a6147cd44 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-webgl2.md +++ b/zh-cn/application-dev/reference/apis/js-apis-webgl2.md @@ -1,6 +1,6 @@ # webgl2 -> ![icon-note.gif](public_sys-resources/icon-note.gif) ** 说明:** +> ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:** > 本模块首批接口从API version 7开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。 @@ -41,7 +41,7 @@ gl.clearColor(0.0, 0.0, 0.0, 1.0); ## Type - ** 表1** Type + **表1** Type | 名称 | 类型 | 说明 | | -------- | -------- | -------- | @@ -53,7 +53,7 @@ gl.clearColor(0.0, 0.0, 0.0, 1.0); ## Interface - ** 表2** Interface + **表2** Interface | 名称 | 说明 | | -------- | -------- | -- GitLab