liming 4 ngày trước cách đây
mục cha
commit
add4761005
2 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 1 1
      src/stores/modules/webSocketStore.js
  2. 3 3
      src/updater/update.json

+ 1 - 1
src/stores/modules/webSocketStore.js

@@ -142,7 +142,7 @@ export const useWebSocketStore = defineStore("webSocketStore", {
 
       this.peer = new RTCPeerConnection();
       this.socket = new WebSocket(
-        `ws://192.168.0.59:8888/api/v1/socket.io?user=${userUuid}`
+        `ws://nim.angeltokens.io/api/v1/socket.io?user=${userUuid}`
       );
       // 连接成功
       this.socket.onopen = () => {

+ 3 - 3
src/updater/update.json

@@ -1,7 +1,7 @@
 {
-  "version": "1.0.40",
-  "releaseDate": "2025-08-11 07:53:03",
-  "checksum": "45c3eeb4f3ac2bd9d62fd3d37cea3379c5a414242c11db86ff60a35060da3652",
+  "version": "1.0.41",
+  "releaseDate": "2025-08-11 08:06:05",
+  "checksum": "feaf8a9f8ba436557a7acb7a417fcaf6f01a3f8267b59dcb5a958be9d8592c09",
   "minBinaryVersion": "1.0.0",
   "mandatory": true,
   "upDataDescription": "✨修正一些錯誤。。。。!!!"