🐞 fix: 修复更新后海外模式失效问题,感谢群友 @Yvan

This commit is contained in:
zhiyu1998 2024-08-13 21:23:45 +08:00
parent 8f8e7acd53
commit 1f86a31ec9

View File

@ -2061,7 +2061,7 @@ export class tools extends plugin {
return true;
}
// 如果有就取出来
return (await redis.get(REDIS_YUNZAI_ISOVERSEA)).os;
return (await redisGetKey(REDIS_YUNZAI_ISOVERSEA)).os;
}
/**