style: auto format
This commit is contained in:
parent
a1bb675b1a
commit
e7886b7854
|
|
@ -3,11 +3,11 @@ const md5 = require('@/utils/md5');
|
|||
const CryptoJS = require('crypto-js');
|
||||
|
||||
function iframe(aid, page, bvid) {
|
||||
return `<iframe src="https://www.bilibili.com/blackboard/html5mobileplayer.html?${bvid ? `bvid=${bvid}` : `aid=${aid}`}${page ? `&page=${page}` : ''
|
||||
}&high_quality=1&autoplay=0" width="650" height="477" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>`;
|
||||
return `<iframe src="https://www.bilibili.com/blackboard/html5mobileplayer.html?${bvid ? `bvid=${bvid}` : `aid=${aid}`}${
|
||||
page ? `&page=${page}` : ''
|
||||
}&high_quality=1&autoplay=0" width="650" height="477" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe>`;
|
||||
}
|
||||
|
||||
|
||||
// a
|
||||
function randomHexStr(length) {
|
||||
let string = '';
|
||||
|
|
|
|||
Loading…
Reference in New Issue