这是一个简单的壁纸图片 API 服务
GET /api/images
参数: sort (alphabetical, reverse, random), format (json, image)
示例: /api/images
# 获取随机图片
curl -L "https://wallpaper.virola.me/api/images?format=image"
# 获取最新图片信息
curl "https://wallpaper.virola.me/api/images/latest"
# 获取所有图片列表
curl "https://wallpaper.virola.me/api/images?sort=random"
# 获取今日壁纸
curl -L "https://wallpaper.virola.me/api/today?format=image"