style: auto format

This commit is contained in:
github-actions[bot] 2024-02-23 16:46:23 +00:00
parent a1bb675b1a
commit e7886b7854
1 changed files with 3 additions and 3 deletions

View File

@ -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 = '';