diff --git a/doc/features/features.json b/doc/features/features.json index 8d18298306..176fc61fe9 100644 --- a/doc/features/features.json +++ b/doc/features/features.json @@ -707,7 +707,7 @@ "type": "component", "name": "unescapeDanmaku", "displayName": "弹幕转义", - "description": "将弹幕中的 `\\n` 替换为真实的换行, 注意这可能导致原先不重叠的弹幕发生重叠.\r\n", + "description": "将弹幕中的 `\\n` 或 `/n` 替换为真实的换行, 注意这可能导致原先不重叠的弹幕发生重叠.\r\n", "fullRelativePath": "../../registry/dist/components/video/danmaku/unescape.js", "fullAbsolutePath": "registry/dist/components/video/danmaku/unescape.js" }, diff --git a/doc/features/features.md b/doc/features/features.md index ee4dcfa8b1..570495dddf 100644 --- a/doc/features/features.md +++ b/doc/features/features.md @@ -969,7 +969,7 @@ by [@kdxcxs](https://github.com/kdxcxs) **GitHub:** [`Stable`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/registry/dist/components/video/danmaku/unescape.js) / [`Preview`](https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/registry/dist/components/video/danmaku/unescape.js) -将弹幕中的 `\n` 替换为真实的换行, 注意这可能导致原先不重叠的弹幕发生重叠. +将弹幕中的 `\n` 或 `/n` 替换为真实的换行, 注意这可能导致原先不重叠的弹幕发生重叠. ### [视频页默认定位](../../registry/dist/components/video/default-location.js) `videoDefaultLocation`