mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🐞 fix: 修复 xhs 没有ck提示的问题
This commit is contained in:
parent
a4cf8df5da
commit
95aa99e8ce
@ -951,7 +951,7 @@ export class tools extends plugin {
|
||||
const downloadPath = `${this.getCurDownloadPath(e)}`;
|
||||
// 检测没有 cookie 则退出
|
||||
if (_.isEmpty(this.xiaohongshuCookie)) {
|
||||
e.reply(`2024-8-2后反馈必须使用ck,不然无法解析请填写相关ck,文档:${HELP_DOC}`);
|
||||
e.reply(`2024-8-2后反馈必须使用ck,不然无法解析请填写相关ck\n文档:${HELP_DOC}`);
|
||||
return;
|
||||
}
|
||||
// 注入ck
|
||||
|
Loading…
x
Reference in New Issue
Block a user