fix(XBPQ): 修复 JAVSB 模板中图片链接的解析
- 将图片链接的解析方式从相对路径改为绝对路径 - 在 "图片" 字段中添加域名前缀,确保正确加载图片
This commit is contained in:
parent
1e70ebd614
commit
af0819659c
@ -2,7 +2,7 @@
|
||||
"主页url": "https://jav.sb/",
|
||||
"直接播放": "1",
|
||||
"数组": "class=\"relative aspect-w-16 aspect-h-9 rounded overflow-hidden shadow-lg\"&&</div>",
|
||||
"图片": "<img class=\"lozad w-full\" data-src=\"&&\"",
|
||||
"图片": "https://jav.sb/ +data-src=\"&&\"",
|
||||
"标题": "alt=\"&&\"",
|
||||
"链接": "href=\"&&\"",
|
||||
"分类url": "https://jav.sb/vod/show/by/{by}/id/{cateId}/page/{catePg}.html;;!",
|
||||
|
Loading…
x
Reference in New Issue
Block a user