develop #22

Merged
TobaOjo merged 74 commits from develop into main 2025-12-09 15:54:53 +00:00
48 changed files with 1964 additions and 47 deletions
Showing only changes of commit 690043e9f7 - Show all commits

View File

@@ -1,5 +1,5 @@
export const wsConfig = { export const wsConfig = {
infoBar: "ws://100.115.148.59/websocket-infobar", infoBar: "ws://100.115.125.56/websocket-infobar",
}; };
export type SocketKey = keyof typeof wsConfig; export type SocketKey = keyof typeof wsConfig;