feat: Add new source: iqiyi-hot#283
Conversation
|
@bruceblink is attempting to deploy a commit to the ourongxing's projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| "color": "green", | ||
| "interval": 600000 | ||
| }, | ||
| "youku": { |
There was a problem hiding this comment.
Bug: Missing iqiyi and youku entries in generated sources.json
The sources.json file is auto-generated by running npm run presource, but in this PR the youku entries are removed while no iqiyi entries are added. Since both iqiyi and youku are defined in pre-sources.ts, the genSources() function should generate entries for both. This means the new iQiyi source won't work (entries not present) and the existing Youku source is broken (entries accidentally deleted). The file appears to have been manually edited instead of being properly regenerated.
|
|
||
| "iqiyi-hot-ranklist": "aiqiyi-rebobang", | ||
| "iqiyi-cartoon-today": "aiqiyi-dongman-zhuifanbiao" | ||
|
|
There was a problem hiding this comment.
Bug: Invalid JSON syntax with missing comma
The pinyin.json file has invalid JSON syntax - there's a missing comma after the iqiyi-cartoon-today entry (line 53) before the youku-webcomic-today entry (line 55). This file is supposed to be auto-generated by npm run presource using JSON.stringify, which would produce valid JSON. The manual edit introduced a parse error that will cause the application to crash when loading this configuration file.
* feat: Add new source: iqiyi-hot * feat: 数据源"iqiyi-hot-rankList"更名为"iqiyi-hot-ranklist",并统一调整相关的数据接口 --------- Co-authored-by: Ou <orongxing@gmail.com>
* feat: Add new source: iqiyi-hot * feat: 数据源"iqiyi-hot-rankList"更名为"iqiyi-hot-ranklist",并统一调整相关的数据接口 --------- Co-authored-by: Ou <orongxing@gmail.com>
新增"爱奇艺-热播榜"和"爱奇艺-动漫-追番表"的数据源
Note
Introduce new iQiyi sources for hot ranklist and today’s cartoon schedule, and wire them into typings, registry, and pinyin mappings.
server/sources/iqiyi.tsprovidingiqiyi-hot-ranklistandiqiyi-cartoon-today.iqiyiinserver/glob.d.ts.iqiyiwith subs inshared/pre-sources.ts(metadata, intervals, homes).iqiyi-hot-ranklistandiqiyi-cartoon-todayinshared/pinyin.json.shared/sources.jsonby removing legacyyoukuentries.Written by Cursor Bugbot for commit 611f622. This will update automatically on new commits. Configure here.