Discuz!x3.1 取消标题前的【新提醒】方法
/static/js/common.js搜索新提醒
document.title = (NOTICETITLE['State'] ? '【 】' : '【新提醒】') + NOTICETITLE['oldTitle'];
把此行代码换成
document.title =(NOTICETITLE['State'] ? '' : '') + NOTICETITLE['oldTitle'];
也就是把中间那个【】这个去掉
那么title里将不在闪烁出现
页:
[1]