From 319dcac925087f927ab36a52b12396e83a099a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E8=AA=89=E8=AF=9A?= Date: Fri, 11 Sep 2020 17:58:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E6=96=87=E6=A1=A3=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/engines/generalEngine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engines/generalEngine.js b/src/engines/generalEngine.js index 88372ed..cb347b6 100644 --- a/src/engines/generalEngine.js +++ b/src/engines/generalEngine.js @@ -9,7 +9,7 @@ import { requestAnimationFrame, cancelAnimationFrame, performance_now } from '.. /** * 弹幕引擎对象类 * @alias openBSE.GeneralEngine - * @property {openBSE~Options} options - 设置或获取全局选项。 + * @property {openBSE~generalOptions} options - 设置或获取全局选项。 * @property {bool} visibility - 获取或设置弹幕可见性。 * @property {string} renderMode - 获取渲染模式。取值为“canvas”、“css3”、“webgl”或“svg”。 * @property {bool} playState - 获取播放状态。true:正在播放;false:已暂停/停止播放。