All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
- 移动端区域运营改用regionData真实数据(去掉Math.floor模拟) - 区域/城市/车型行数字全部支持点击下钻 - 后端/list支持按车型大类过滤(如4.5T含普货+冷链) - 网页标题改为"羚牛氢能车辆资产" Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
314 B
HTML
13 lines
314 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>羚牛氢能车辆资产</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|