mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix: webui - 8
This commit is contained in:
parent
0b22a6bc1d
commit
d221b1d470
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();
|
Loading…
x
Reference in New Issue
Block a user