Commit 8f88565b authored by 范雪寒's avatar 范雪寒

feat: 默认不播放背景音

parent 807ae0a0
......@@ -10,7 +10,7 @@
<div style="margin-top: 1vw; margin-left: 2vw; margin-bottom: 3vw;">
<label nz-checkbox nzValue="stopPlayBgAudio" [(ngModel)]="stopPlayBgAudio"
(ngModelChange)="clickCheckBox()">停止播放背景音乐</label>
(ngModelChange)="clickCheckBox()">默认不播放背景音</label>
</div>
<div *ngFor="let it of picArr; let i = index" style="padding: 0.5vw">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment