chore: API改为类,成员函数变量增加static关键字 & yarn lint

This commit is contained in:
noe
2022-09-24 11:44:04 +08:00
parent 17436b0e9a
commit cfc10a6aee
25 changed files with 727 additions and 681 deletions

View File

@@ -35,4 +35,4 @@ export interface AdapterInfo {
}
// 插件运行状态
export type AdapterStatus = 'RUNNING' | 'STOPED' | 'ERROR'
export type AdapterStatus = "RUNNING" | "STOPED" | "ERROR";