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