- 优化界面全屏、视频上传进度条、视频自动裁切铺满屏幕
This commit is contained in:
@@ -381,6 +381,9 @@ export default function Screen() {
|
||||
<span className="sb-text">{currentItem ? `${index + 1} / ${list.length}` : '0 / 0'}</span>
|
||||
</div>
|
||||
|
||||
{/* Watermark */}
|
||||
<div className="watermark">云南派音人工智能科技提供技术支持</div>
|
||||
|
||||
{/* Sound Hint */}
|
||||
<div id="soundHint" style={{ display: soundBlocked && loaded ? 'block' : 'none' }} onClick={enableSound}>
|
||||
声音
|
||||
|
||||
Reference in New Issue
Block a user