volt-notification:Volt 的通知 API 实现

时间:2024-06-20 13:30:21
【文件属性】:

文件名称:volt-notification:Volt 的通知 API 实现

文件大小:16KB

文件格式:ZIP

更新时间:2024-06-20 13:30:21

Ruby

伏特::通知 Volt 的 HTML5 通知 API 的实现 安装 将此行添加到应用程序的 Gemfile 中: gem 'volt-notification' 然后执行: $ bundle 或者自己安装: $ gem install volt-notification 用法 将标签 <:notification> 添加到您的视图中。 要向所有用户发送通知,请在页面中添加 NotificaitonMessage。_notification_messages 数组模型: page._notification_messages << NotificationMessage.say('Title','Body of the message') 要向登录用户发送通知,请向 current_user 添加 NotificationMessage: Volt.current_use


【文件预览】:
volt-notification-master
----volt-notification.gemspec(896B)
----Rakefile(28B)
----app()
--------notification()
----Gemfile(102B)
----.idea()
--------volt-notification.iml(5KB)
--------misc.xml(662B)
--------vcs.xml(180B)
--------.name(17B)
--------modules.xml(286B)
--------workspace.xml(38KB)
--------.rakeTasks(1KB)
----spec()
--------app()
----.gitignore(154B)
----lib()
--------volt()
----README.md(1020B)

网友评论