Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

大佬,我学艺不精修改的时候有个参数写的不对,现在给反馈一下。 #17

Closed
primovist opened this issue Sep 14, 2019 · 0 comments

Comments

@primovist
Copy link

function is_timeline_ad(mblog) {
if (!mblog) return false;
let type = mblog.type && mblog.type == "ad";
let mblogtype = mblog.mblogtype && mblog.mblogtype == 1;
let label = mblog.label && mblog.label == "\u5e7f\u544a";
return (type || mblogtype || label) ? true : false;
}

不敢再提PR了😂

Repository owner deleted a comment from primovist Sep 14, 2019
Repository owner deleted a comment from primovist Sep 14, 2019
Repository owner deleted a comment from primovist Sep 14, 2019
Repository owner deleted a comment from primovist Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants