INNER CODE UNIT · JavaScript

_back2

SuperMonster003/Ant-Forest · ant-forest-launcher.js:808

                                        function _back2() {
                                            devicex.keycode(4, { rush: true });
                                            sleep(400);
                                        }

                                        function _remove(condF, removeF) {
                                            consolex._('移除启动跳板');
                                            let _max = 5;
                                            while (condF() && _max--) {
                                                removeF();
                                            }
                                            if (_max > 0) {
                                                consolex._('跳板移除成功');
                                                return true;
                                            }
                                            consolex._('跳板移除可能未成功', 3);
                                        }

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…