mirror of
https://github.com/rubickCenter/rubick
synced 2026-03-05 12:46:12 +08:00
chore: API改为类,成员函数变量增加static关键字 & yarn lint
This commit is contained in:
@@ -35,4 +35,4 @@ export interface AdapterInfo {
|
||||
}
|
||||
|
||||
// 插件运行状态
|
||||
export type AdapterStatus = 'RUNNING' | 'STOPED' | 'ERROR'
|
||||
export type AdapterStatus = "RUNNING" | "STOPED" | "ERROR";
|
||||
|
||||
Reference in New Issue
Block a user