fix: types fix

feat: add publish workflow

feat: 添加queryclient

fix: 修改路径

feat: 添加手动执行workflows

fix: 修改package.json

fix: fix publish

fix: publish test

fix

temp
This commit is contained in:
2024-09-28 19:22:00 +08:00
parent ed178ee4c6
commit fe5b3ec15b
4 changed files with 90 additions and 7 deletions

View File

@@ -58,6 +58,7 @@ export class QueryWs {
};
ws.onclose = () => {
store.getState().setConnected(false);
store.getState().setStatus('disconnected');
this.ws = null;
};
}