You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(currIdx===idx){navigate('/',{replace: true});}else{setCurrIdx(idx);awaitsleep(32);// manual clean up is too complex// we just reload the apptry{window.location.href='/';}catch(err){// ignore}}
我自己部署的,没有放在根目录下面
https://github.com/haishanh/yacd/blob/master/src/components/backend/BackendList.tsx#L75
这里切换后端的时候导航到了根目录下面,应该改成
window.location.href = '#/';
比较好懒得发pr了另外我的后端没有
/providers/rules
,大概是版本问题,导致我打不开规则,这有什么办法解决吗The text was updated successfully, but these errors were encountered: