mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🐞 fix: 修复更新后海外模式失效问题,感谢群友 @Yvan
This commit is contained in:
parent
8f8e7acd53
commit
1f86a31ec9
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user