This commit is contained in:
snltty
2024-06-30 15:39:02 +08:00
parent a80ce92f75
commit e2b7cd31cb
48 changed files with 487 additions and 167 deletions

View File

@@ -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;