This commit is contained in:
snltty
2024-09-04 17:41:53 +08:00
parent 453ca1f6f2
commit 3824e514bb
21 changed files with 283 additions and 225 deletions

View File

@@ -6,4 +6,7 @@ export const getConfig = () => {
export const install = (data) => {
return sendWebsocketMsg('configclient/install', data);
}
export const exportConfig = () => {
return sendWebsocketMsg('configclient/export');
}