fix(XBPQ): 修复副标题格式问题
- 将副标题中的 "module-item-text\">&&<" 修改为 "<div class=\"module-item-text\">&&<" - 这个修改确保了副标题的 HTML 格式正确,避免了潜在的解析错误
This commit is contained in:
parent
4f12cc16c5
commit
fc481414b0
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"简介": "<span>&&</span>",
|
"简介": "<span>&&</span>",
|
||||||
"副标题": "module-item-text\">&&<",
|
"副标题": "<div class=\"module-item-text\">&&<",
|
||||||
"分类url": "https://cnotv.com/vodshow/{cateId}-{area}-{by}-{class}-----{catePg}---{year}.html",
|
"分类url": "https://cnotv.com/vodshow/{cateId}-{area}-{by}-{class}-----{catePg}---{year}.html",
|
||||||
"分类": "电影$1#电视剧$2#动漫$4#短剧$51#综艺$3#体育$5"
|
"分类": "电影$1#电视剧$2#动漫$4#短剧$51#综艺$3#体育$5"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user