fix: webui - 8

This commit is contained in:
手瓜一十雪 2024-05-05 13:49:08 +08:00
parent 34665964a9
commit ce19cc447a

View File

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