chengkai
chengkai
Starting homeland_postgresql ... Starting homeland_postgresql ... done Starting homeland_elasticsearch ... done Starting homeland_postgresql ... Starting homeland_postgresql ... done Starting homeland_elasticsearch ... done rails aborted! PG::ConnectionBad: could not connect to server:...
代码第922行存在逻辑错误,导致兼容Tampermonkey的其它脚本管理器无法获取Tokey, 其中922行 “if (!res.includes('authorize')“ 应该改为 " if (res.includes('authorize')“ ``` javascript if (manageHandler === 'Tampermonkey' && base.getMajorVersion(manageVersion) >= 5) { openTab(); return waitForToken(); } let res = await base.getFinalUrl(pan.pcs[3]); if (!res.includes('authorize')...