fix(XBPQ): 修复分类 URL 格式

- 在分类 URL 中添加额外的连字符,以确保正确的格式
- 此修改解决了由于 URL 格式不正确导致的分类加载失败问题
This commit is contained in:
Wang.Luo 2025-08-17 16:32:22 +08:00
parent 1687fbca09
commit 4f12cc16c5

View File

@ -1,6 +1,6 @@
{
"简介": "<span>&&</span>",
"副标题": "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"
}