## 全局新增接口 GET api/user/notifications returns ```json { "unread": 0 } ``` ## carousel GET api/carousel noauth returns ```json "interval": 3, "items": [{ "text": "", "uri": "page/boards", }] // 跑马灯 ```