refactor: log path

This commit is contained in:
linyuchen
2024-01-30 17:26:00 +08:00
parent 465b7eaf6e
commit 19dfc06822
5 changed files with 34 additions and 24 deletions

2
src/global.d.ts vendored
View File

@@ -43,7 +43,7 @@ declare var llonebot: {
setConfig(config: Config):void;
getConfig():Promise<Config>;
setSelfInfo(selfInfo: SelfInfo):void;
downloadFile(arg: {uri: string, localFilePath: string}):Promise<string>;
downloadFile(arg: {uri: string, fileName: string}):Promise<string>;
deleteFile(path: string[]):Promise<void>;
getRunningStatus(): Promise<boolean>;
};