fix(XBPQ): 修复副标题格式问题

- 将副标题中的 "module-item-text\">&&<" 修改为 "<div class=\"module-item-text\">&&<"
- 这个修改确保了副标题的 HTML 格式正确,避免了潜在的解析错误
This commit is contained in:
Wang.Luo 2025-08-17 16:37:14 +08:00
parent 4f12cc16c5
commit fc481414b0

View File

@ -1,6 +1,6 @@
{
"简介": "<span>&&</span>",
"副标题": "module-item-text\">&&<",
"副标题": "<div class=\"module-item-text\">&&<",
"分类url": "https://cnotv.com/vodshow/{cateId}-{area}-{by}-{class}-----{catePg}---{year}.html",
"分类": "电影$1#电视剧$2#动漫$4#短剧$51#综艺$3#体育$5"
}