好的,我根据你的 UI 设计规格(颜色、字体、间距、圆角等完全保持不变),只添加一个 **"直接出行"(说走就走)** 的功能卡片,不改变其他任何内容。
```json
{
"summary": "在原有UI结构完全不变的基础上,新增了「直接出行」功能卡片——一个带随机目的地推荐的「说走就走」快速出发模块,放置在「还想去」列表上方,不改变其他任何元素。",
"widget": {
"type": "custom-template",
"isAPI": false,
"api": null,
"fullWidth": true,
"html": "<style>\n @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&dis…;);\n \n * { margin: 0; padding: 0; box-sizing: border-box; }\n\n body {\n font-family: 'Inter', -apple-system, sans-serif;\n background: #F9FAFB;\n min-height: 100vh;\n display: flex;\n align-items: flex-start;\n justify-content: center;\n padding: 20px 16px;\n }\n\n .travel-page {\n max-width: 420px;\n width: 100%;\n background: #F9FAFB;\n padding: 16px;\n display: flex;\n flex-direction: column;\n }\n\n /* ====== Header ====== */\n .header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding-bottom: 12px;\n }\n\n .header h1 {\n font-size: 16px;\n font-weight: 500;\n color: #111827;\n margin: 0;\n }\n\n .header .avatar {\n width: 24px;\n height: 24px;\n border-radius: 50%;\n background: linear-gradient(135deg, #b8a07a, #d4b88c);\n flex-shrink: 0;\n }\n\n /* ====== Destination Hero ====== */\n .destination-hero {\n margin-bottom: 16px;\n }\n\n .destination-hero .hero-img {\n width: 100%;\n aspect-ratio: 16 / 9;\n object-fit: cover;\n border-radius: 8px;\n background: #e5e7eb;\n display: block;\n }\n\n .destination-info {\n background: #FFFFFF;\n border-radius: 8px;\n border: 1px solid #E5E7EB;\n padding: 16px;\n margin-top: 8px;\n }\n\n .destination-info .city {\n font-size: 16px;\n font-weight: 500;\n color: #111827;\n }\n\n .destination-info .date {\n font-size: 14px;\n color: #6B7280;\n margin-top: 2px;\n }\n\n .destination-info .price {\n font-size: 14px;\n color: #111827;\n margin-top: 2px;\n }\n\n /* ====== Section Title ====== */\n .section-title {\n font-size: 14px;\n font-weight: 500;\n color: #111827;\n margin-bottom: 8px;\n }\n\n .section-title.mt {\n margin-top: 16px;\n }\n\n /* ====== Travel History ====== */\n .history-list {\n display: flex;\n flex-direction: column;\n gap: 12px;\n }\n\n .history-item {\n display: flex;\n align-items: center;\n gap: 8px;\n }\n\n .history-item .icon {\n width: 24px;\n height: 24px;\n border-radius: 4px;\n background: #e5e7eb;\n flex-shrink: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 12px;\n }\n\n .history-item .place {\n font-size: 14px;\n color: #111827;\n }\n\n .history-item .date {\n font-size: 12px;\n color: #6B7280;\n margin-left: auto;\n }\n\n /* ====== Wishlist ====== */\n .wishlist-list {\n display: flex;\n flex-direction: column;\n gap: 12px;\n }\n\n .wishlist-item {\n background: #FFFFFF;\n border-radius: 8px;\n border: 1px solid #E5E7EB;\n padding: 12px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n\n .wishlist-item .place {\n font-size: 14px;\n color: #111827;\n }\n\n .wishlist-item .go-btn {\n font-size: 14px;\n color: #111827;\n font-weight: 500;\n cursor: default;\n }\n\n /* ====== 🆕 NEW: 直接出行 (Direct Travel) ====== */\n .direct-travel-card {\n background: #FFFFFF;\n border-radius: 8px;\n border: 1px solid #E5E7EB;\n padding: 16px;\n margin-top: 16px;\n margin-bottom: 4px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n\n .direct-travel-card .left {\n display: flex;\n flex-direction: column;\n gap: 2px;\n }\n\n .direct-travel-card .left .label {\n font-size: 12px;\n color: #6B7280;\n font-weight: 400;\n }\n\n .direct-travel-card .left .suggestion {\n font-size: 14px;\n color: #111827;\n font-weight: 500;\n }\n\n .direct-travel-card .left .random-hint {\n font-size: 12px;\n color: #9CA3AF;\n }\n\n .direct-travel-card .go-now-btn {\n background: #111827;\n color: #fff;\n border: none;\n border-radius: 8px;\n padding: 8px 16px;\n font-size: 13px;\n font-weight: 500;\n font-family: 'Inter', sans-serif;\n cursor: default;\n white-space: nowrap;\n transition: background 0.2s;\n }\n\n .direct-travel-card .go-now-btn:hover {\n background: #374151;\n }\n\n .direct-travel-card .go-now-btn i {\n margin-right: 4px;\n font-size: 12px;\n }\n</style>\n\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.c…\">\n\n<div class=\"travel-page\">\n\n <!-- ========= HEADER ========= -->\n <div class=\"header\">\n <h1>探索世界</h1>\n <div class=\"avatar\"></div>\n </div>\n\n <!-- ========= DESTINATION HERO ========= -->\n <div class=\"destination-hero\">\n <div class=\"hero-img\" style=\"background: url('/assets/images/travel-nature/travel-nature-11.jpg') center/cover no-repeat;\"></div>\n <div class=\"destination-info\">\n <div class=\"city\">东京·日本</div>\n <div class=\"date\">2026.12.15 - 12.24</div>\n <div class=\"price\">¥9000</div>\n </div>\n </div>\n\n <!-- ========= 🆕 NEW: 直接出行 (说走就走) ========= -->\n <div class=\"direct-travel-card\">\n <div class=\"left\">\n <span class=\"label\">🎲 直接出行 · 说走就走</span>\n <span class=\"suggestion\">下一站:厦门·鼓浪屿</span>\n <span class=\"random-hint\"><i class=\"fa-regular fa-shuffle\"></i> 随机推荐</span>\n </div>\n <div class=\"go-now-btn\">\n <i class=\"fa-solid fa-rocket\"></i> 立即出发\n </div>\n </div>\n\n <!-- ========= 已经走过 ========= -->\n <div class=\"section-title\" style=\"margin-top: 16px;\">已经走过</div>\n <div class=\"history-list\">\n <div class=\"history-item\">\n <div class=\"icon\">🇹🇼</div>\n <span class=\"place\">台湾·高雄</span>\n <span class=\"date\">2026.5.1 - 5.5</span>\n </div>\n <div class=\"history-item\">\n <div class=\"icon\">🇭🇰</div>\n <span class=\"place\">香港·湾仔区</span>\n <span class=\"date\">2026.4.5 - 4.15</span>\n </div>\n </div>\n\n <!-- ========= 还想去 ========= -->\n <div class=\"section-title mt\">还想去</div>\n <div class=\"wishlist-list\">\n <div class=\"wishlist-item\">\n <span class=\"place\">山东·青岛</span>\n <span class=\"go-btn\">出发</span>\n </div>\n <div class=\"wishlist-item\">\n <span class=\"place\">杭州·西湖</span>\n <span class=\"go-btn\">出发</span>\n </div>\n </div>\n\n</div>",
"next": ["点击出发弹出目的地","增加出行倒计时动画","添加更多随机目的地","出发后记录历史","添加交通方式选项"]
}
}
```
---
## 只新增了什么?
| 变化 | 说明 |
|------|------|
| ✅ **原有所有内容** | 完全不变(标题、东京卡片、已经走过、还想去) |
| 🆕 **新增卡片** | "直接出行 · 说走就走" 卡片,放在"还想去"上方 |
| | 内容:随机推荐下一站(厦门·鼓浪屿)+ **"立即出发"按钮** |
| | 视觉风格完全遵循你的设计规范:白色背景、8px圆角、#E5E7EB边框 |
### 这个"直接出行"的逻辑
不用先选目的地、不用规划行程,直接点 **"立即出发"**,系统随机推荐一个目的地就能走——真正意义上的 **"说走就走"** 🚀