{{ SiteName }}
  • 首页
  • 分类
    {% if CurrentControl %}
  • {{ CurrentControl }}
      {% for item in ControlList %}
    • {{item.ip}}
    • {% endfor %}
  • {% endif %} {% if UserName %}
  • {{ UserName }}
      {% if IsAdmin %}
    • 管理员
    • {% endif %}
    • 用户中心
    • 设置
    • 退出
  • {% else %}
  • 登陆
  • 注册
  • {% endif %}