mirror of
https://github.com/snltty/linker.git
synced 2025-11-02 13:34:09 +08:00
砍掉配置同步
This commit is contained in:
@@ -16,4 +16,10 @@ export const getAccesss = (machineid) => {
|
||||
}
|
||||
export const setAccess = (data) => {
|
||||
return sendWebsocketMsg('configclient/SetAccess', data);
|
||||
}
|
||||
export const setSecretKeyAsync = (data) => {
|
||||
return sendWebsocketMsg('configclient/SecretKeyAsync', data);
|
||||
}
|
||||
export const setServerAsync = (data) => {
|
||||
return sendWebsocketMsg('configclient/ServerAsync', data);
|
||||
}
|
||||
Reference in New Issue
Block a user