feat: 优化

This commit is contained in:
2026-02-26 20:27:41 +08:00
parent 2d96e8ca4e
commit 72fa2c63a1
4 changed files with 52 additions and 53 deletions

View File

@@ -39,24 +39,6 @@
/>
</div>
<div class="setting-group">
<label class="setting-label">合成模型等级</label>
<div class="model-options">
<button
class="model-btn"
:class="{ 'model-btn--active': store.speechRate <= 1 }"
>
标准版 (1x积分)
</button>
<button
class="model-btn model-btn--pro"
:class="{ 'model-btn--active': store.speechRate > 1 }"
>
Pro 旗舰版 (3x积分)
<CrownFilled class="pro-icon" />
</button>
</div>
</div>
</div>
</div>