From fc5a34cdb5441146ca96805a6bb0fdf57d9bf9e9 Mon Sep 17 00:00:00 2001 From: libai <libai@yazhai.co> Date: Fri, 22 Jul 2022 17:22:53 +0800 Subject: [PATCH] 测试 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 74bfe8a..aa5903a 100644 --- a/index.html +++ b/index.html @@ -703,7 +703,7 @@ $(function(){ if(data.roomList[i]==undefined)break; var list=data.roomList[i] html+='<li>'; - html+='<a href="https://www.footseen.xyz/room/liveRoom.html?roomId='+list.roomId+'"><div style="background: url(https://zhibocdn.yabolive.net/comm'+list.face.split('?')[0]+'?x-oss-process=image/resize,w_368) no-repeat;background-size: cover;" class="live-top-box">'; + html+='<a target="_blank" href="https://www.footseen.xyz/room/liveRoom.html?roomId='+list.roomId+'"><div style="background: url(https://zhibocdn.yabolive.net/comm'+list.face.split('?')[0]+'?x-oss-process=image/resize,w_368) no-repeat;background-size: cover;" class="live-top-box">'; html+='<p class="introduce">'+list.introduce+'</p>' html+='<div class="live-cursor-shadow"></div>'; html+='<img class="live-icon" src="images/front/live.webp" alt="美女直播">'; -- libgit2 0.25.0