文件名称:meteor-user-status
文件大小:6KB
文件格式:ZIP
更新时间:2024-08-09 08:59:34
JavaScript
用户状态 演示实现 安装 $ git clone https://github.com/srault95/meteor-user-status.git packages/meteor-user-status $ meteor add srault95:user-status 用 在模板中: {{> status}} OU {{> status userStatus}} OU {{> statusPanel}} 简单模式 App . Schemas . User = new SimpleSchema ( { //... status : { type : Object , optional : true , blackbox : true , } , //... } ) ; 去做 用键盘事件来显示与状态页
【文件预览】:
meteor-user-status-master
----client()
--------status.html(4KB)
--------status.js(4KB)
----server()
--------publish.js(276B)
----package.js(1003B)
----README.md(682B)
----tests()
--------user-status-tests.js(121B)
----lib()
--------config.js(107B)