mirror of
https://github.com/snltty/linker.git
synced 2025-10-21 08:09:26 +08:00
sync
This commit is contained in:
@@ -12,7 +12,8 @@ export const provideGlobalData = () => {
|
||||
config: { Common: {}, Client: {}, Running: {} },
|
||||
configed: false,
|
||||
signin: { Connected: false, Connecting: false, Version: 'v1.0.0.0' },
|
||||
groupid: ''
|
||||
groupid: '',
|
||||
bufferSize: ['1KB', '2KB', '4KB', '8KB', '16KB', '32KB', '64KB', '128KB', '256KB', '512KB', '1024KB']
|
||||
});
|
||||
subWebsocketState((state) => {
|
||||
globalData.value.connected = state;
|
||||
|
Reference in New Issue
Block a user