Browse Source

插件-通知消息指定跳转链接

如沐春 5 years ago
parent
commit
e77026f08f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      js/lightyear.js

+ 1 - 0
js/lightyear.js

@@ -28,6 +28,7 @@ var lightyear = function(){
      * @param $icon 图标,例如:'fa fa-user' 或 'glyphicon glyphicon-warning-sign'
      * @param $icon 图标,例如:'fa fa-user' 或 'glyphicon glyphicon-warning-sign'
      * @param $from 'top' 或 'bottom'
      * @param $from 'top' 或 'bottom'
      * @param $align 'left', 'right', 'center'
      * @param $align 'left', 'right', 'center'
+     * @param $url 跳转链接  例如: https://www.xxxx.com
      * @author CaiWeiMing <314013107@qq.com>
      * @author CaiWeiMing <314013107@qq.com>
      */
      */
     var tips = function ($msg, $type, $delay, $icon, $from, $align, $url) {
     var tips = function ($msg, $type, $delay, $icon, $from, $align, $url) {