mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🎈 pref: 修剪冗余逻辑
This commit is contained in:
parent
e35d5e5140
commit
fdd496cbba
@ -289,7 +289,7 @@ export class tools extends plugin {
|
||||
// 多位面选择:play_addr、play_addr_265、play_addr_h264
|
||||
let resUrl;
|
||||
// 判断是否使用压缩格式
|
||||
const { play_addr_265, play_addr_h264, play_addr } = item.video;
|
||||
const { play_addr } = item.video;
|
||||
// 使用今日头条 CDN 进一步加快解析速度
|
||||
const videoAddrURI = play_addr.uri;
|
||||
if (this.douyinCompression === 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user