Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/ setEnabled
Method
setEnabled
autodelcmd/autodelcmd.ts:679–682 ·
view source on GitHub ↗
(enabled: boolean)
Source
from the content-addressed store, hash-verified
677
await
this.saveConfig();
678
}
679
}
680
681
// 全局服务实例和缓存的用户信息
682
let
serviceInstance: AutoDeleteService | null = null;
683
let
cachedUserId: string | null = null;
684
685
// 统一的服务初始化方法
Callers
2
handleEnable
Method · 0.80
handleDisable
Method · 0.80
Calls
1
saveConfig
Method · 0.95
Tested by
no test coverage detected