Skip to content

Commit

Permalink
perf: 优化log记录
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Dec 31, 2024
1 parent a5b5b6d commit e508f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/area_unlimit/hook/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ const sleep = (ms) => {
let rate175check = setInterval(()=>{
log.info('1.75倍速')
try{
if (!window.danmakuManage) return
const createElement = (apeedRate) => {
const rate = document.createElement('li')
rate.className = "bpx-player-ctrl-playbackrate-menu-item"
Expand Down

0 comments on commit e508f16

Please sign in to comment.