mirror of
https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git
synced 2024-12-22 19:10:53 +08:00
修复V3体力指令不会结束问题
This commit is contained in:
parent
5e4dd0bd62
commit
5545ae8ec4
@ -43,7 +43,7 @@ export async function Note(e, {
|
||||
let cookie, uid,res;
|
||||
if(isV3){
|
||||
res = await MysInfo.get(e, 'dailyNote')
|
||||
if (!res || res.retcode !== 0) return false
|
||||
if (!res || res.retcode !== 0) return true
|
||||
}else{
|
||||
if (NoteCookie[e.user_id]) {
|
||||
cookie = NoteCookie[e.user_id].cookie;
|
||||
|
Loading…
Reference in New Issue
Block a user