mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: webui - 8
This commit is contained in:
10
static/components/WebApi.ts
Normal file
10
static/components/WebApi.ts
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
class WebUiApiWrapper {
|
||||||
|
token: string = "";
|
||||||
|
public async setConfig() {
|
||||||
|
|
||||||
|
}
|
||||||
|
public async getConfig() {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
export const WebUiApi = new WebUiApiWrapper();
|
Reference in New Issue
Block a user