if (EnableNotification && window.Notification && Notification.permission !== "denied") {
            Notification.requestPermission(function(Status) { // 请求权限
                if (Status === 'granted') {
                    // 弹出一个通知
                    var CarbonNotification = new Notification(Lang["New_Message"].replace("{{NewMessage}}", NewMessageNumber), {