增加弹幕上限设置

This commit is contained in:
mtvpls
2026-01-21 11:44:52 +08:00
parent 03a8ead69f
commit 7a8c0b2d29
4 changed files with 154 additions and 1 deletions
+1
View File
@@ -241,6 +241,7 @@ export default function DanmakuPanel({
{currentSelection.danmakuCount !== undefined && (
<p className='mt-1 text-xs text-gray-500 dark:text-gray-500'>
: {currentSelection.danmakuCount}
{currentSelection.danmakuOriginalCount && ` (原始 ${currentSelection.danmakuOriginalCount} 条)`}
</p>
)}
</div>