INNER CODE UNIT · JavaScript

_msg

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

                        let _msg = s => consolex.d([ '推迟' + _task_s, s ], _toast_lv, 0, 2);

                        let _ts = this.ts + du_minute * 60e3;
                        let _suff = storagesx.af.get('fg_blist_ctr') ? '_auto' : '';

                        if (Number(du_minute) === -1) {
                            //// -=-= PENDING =-=- ////
                            _msg('任务触发条件: 息屏时');
                            pluginsx.af.on_screen_off_launcher.deploy({
                                callback(task) {
                                    $$app.setStoAutoTask({
                                        task: task,
                                        next_ts: -1,
                                        next_type: 'on_screen_off',
                                    }, () => $$app.exit());
                                },
                            });
                        } else {

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…