# HUD界面显示未读图标

```
xxxx_texture:
  x: "背景_texture.x+220"
  y: "背景_texture.y+44"
  visible: |-
    方法.取变量('dsemail_unread') > 0 ?{
      return true;
    }:return false
  width: "55"
  height: "15"
  texture: "1grsx.png"
  textureHovered: "1grsx1.png"
  alpha: "方法.取界面存活时间/700"
  actions:
    click: "方法.聊天('/dse opengui')"

```
