根据需求,返回头像
@override Future<String?> queryAvatar() async => (await avatarModelDao.random("avatars"))?.avatar;