Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
(function(){
    var openMessage = function(msg) {
        FS.tabPane.addItem({
            title : "我的消息" + msg.id,
            src : msg.url
        });
    };
    var executable = function(msg) {
        return msg.username != null;
    };
    FS.MessageHelper.push({
        executable : executable,
        action : openMessage
    });
})(jQuery);

源码

自定义消息的示例可参照这里:httphttps://wwwgit.finedeveloposchina.com:2015net/projectsfanruan/FSplugins-free/repostree/plugins/browsemaster/plugin-message