Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Fripine authored Jun 23, 2024
1 parent 46af74d commit 4e8c417
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ export const useStore = defineStore('main', {
accessToken,
useSignServer,
signServerConfig,
signServerType,
signServerUrl,
reverseAddr,
onlyQQGuild,
platform } = form
Expand Down Expand Up @@ -334,7 +336,7 @@ export const useStore = defineStore('main', {
info = await backend.post(urlPrefix + '/im_connections/addSatori', { platform, host, port, token }, { timeout: 65000 })
break
case 15:
info = await backend.post(urlPrefix + '/im_connections/addLagrange', { account, protocol }, { timeout: 65000 })
info = await backend.post(urlPrefix + '/im_connections/addLagrange', { account, protocol, signServerType, signServerUrl }, { timeout: 65000 })
break
}
return info as any as DiceConnection
Expand Down

0 comments on commit 4e8c417

Please sign in to comment.