锅巴映射enka按钮

This commit is contained in:
rainbowwarmth 2025-04-03 21:02:22 +08:00
parent 1411468ab0
commit 53148aac0e
4 changed files with 8 additions and 2 deletions

View file

@ -67,7 +67,7 @@ export class Panel extends ZZZPlugin {
}
this.result = null;
const useEnka = _.get(settings.getConfig('config'), 'useEnka', true); // 读取配置Enka 优先
const useEnka = _.get(settings.getConfig('panel'), 'useEnka', true); // 读取配置Enka 优先
logger.mark(`[panel.js] useEnka 设置值: ${useEnka}`);
if (useEnka) {