StartupHook

interface StartupHook(source)

程序刚刚启动,拿到锁(~/.config/autotweaker/autotweaker.lock)后立即调用,此时一切服务都未初始化。

需要打上 @AutoService(StartupHook::class) 来让 AutoTweaker 发现。

Functions

Link copied to clipboard
abstract suspend fun execute(coreVersion: SemVer)

程序刚刚启动,拿到锁后立即调用。