fix: webui - 8

This commit is contained in:
手瓜一十雪 2024-05-05 13:49:08 +08:00
parent 0b22a6bc1d
commit d221b1d470

View File

@ -0,0 +1,10 @@
class WebUiApiWrapper {
token: string = "";
public async setConfig() {
}
public async getConfig() {
}
}
export const WebUiApi = new WebUiApiWrapper();