Skip to content

Commit

Permalink
docs: 修改超星倍速警示
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed May 10, 2022
1 parent 0423753 commit 3078385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/cx/StudySettingPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const StudySettingPanel = defineComponent({
<div class="ocs-setting-items">
<label>视频倍速 </label>
<div>
<Tooltip title="高倍速(大于2倍)可能导致: \n- 记录清空\n- 频繁验证码\n超星后台可以看到学习时长\n请谨慎设置❗\n如果设置后无效则是超星不允许使用倍速。">
<Tooltip title="高倍速(大于1倍)可能导致: \n- 记录清空\n- 频繁验证码\n超星后台可以看到学习时长\n请谨慎设置❗\n如果设置后无效则是超星不允许使用倍速。">
<input
style={{ color: settings.playbackRate > 2 ? 'red' : '' }}
type="number"
Expand Down

0 comments on commit 3078385

Please sign in to comment.