We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
iNotice 其实是 Notify
Chrome Notice 的用例 根本就跑不通。
iNotify.notify(); iNotify.notify({ title: 'New notice', body: 'Thunder, it’s raining...', openurl: 'https://jaywcjlove.github.io', onclick: function() { console.log('on click') }, onshow: function() { console.log('on show') }, });
The text was updated successfully, but these errors were encountered:
嗯是的 @lqzhgood
Sorry, something went wrong.
Modify typo. #21
b2746ee
是 Notify 不是 notify。。。。。 Notify.notify(); 都跑不通 更别说 notify.notify() 了。。。
@lqzhgood
No branches or pull requests
iNotice 其实是 Notify
Chrome Notice 的用例 根本就跑不通。
The text was updated successfully, but these errors were encountered: