@App 'summary', // 摘要使用字段 supportNotification: false,// 最左边的列表是否添加提醒功能 notificationTemplate: '有{n}条消息,点击查看',// 提醒的格式 notificationTimeout: 1000 * 30,// 提醒的事件间隔 pageSize: 5, // 每次加载条数 stepSize: 2, // 加载三次之后出分页 moreTagTemplate: '点击查看更多关于“{n}”的文章', /* * 评论相关配置 */ // 1. 是否支持当前页展开评论 enablePageComment: true, // 2. 评论组件编码,默认是gbk pageCommentEncoding: 'utf-8', // 3. 是否显示盖楼,默认0,还可以为1 pageCommentShowReply: 0, // 4. 评论显示字数 pageCommentMaxWordCount: 110, // 5. 最热评论默认显示条数 pageCommentHotPageNum: 3, // 6. 最新评论默认显示条数 pageCommentFirstPageNum: 10, supportTabEdit: false, //是否支持兴趣设置 toFilterNews: [], // 过滤从feed系统走,此处可置空 isTabFixed: true, fixedTop: 0, supportKeywords: false, // 是否支持热词定制 hotKeywords: [], keywords: [], // 默认选定的关键词 maxKeywordsCount: 15, maxKeywordLength: 14, searchQuery: '', tagURL: 'http://tags.news.sina.com.cn', hotNewsCount: 200, //评论超过该数字显示热icon yPosition: 'auto', // 如果不固定,则给一个auto,自动计算 tabHeight: 50, noDataText: '没有相关新闻', // 最左边固定tab firstTab: { txt: '最新', lid: -2000, css_width: 40 }, // 栏目分类配置 columnInfos: { }, tabs: [], allTabs: [], tabInfos: { 'tab_-2000': { txt: '最新', lid: -2000, css_width: 40, //推荐系统的栏目id,刘挺提供 url: 'http://cre.mix.sina.com.cn/api/v3/get?rfunc=105&fields=url&feed_fmt=1&cateid=y&cre=financepagepc&mod=f&merge=3&statics=1&this_page=1&offset=0&length=10&dedup=32&pageurl=http://finance.sina.com.cn/stock/t/2015-12-25/doc-ifxmxxst0492022.shtml'+ __getQuery() } }, requireLogin: function(){ }, isLogin: function(){ } };