INNER CODE UNIT · JavaScript
_checkInitState
SuperMonster003/Ant-Forest · ant-forest-launcher.js:790
function _checkInitState() {
if (!$$app.init_autojs_state.init_fg) {
return _remove(_isFg, _back2);
}
if ($$app.init_autojs_state.init_home) {
consolex._('无需移除启动跳板');
return false;
}
if ($$app.init_autojs_state.init_log) {
return _restore('console');
}
if ($$app.init_autojs_state.init_settings) {
return _restore('settings');
}
return _remove(_isHome, _back2);
// tool function(s) //