empty if no header

This commit is contained in:
Julian Freeman
2026-03-12 09:08:15 -04:00
parent 6f023006dc
commit 41455fa4ee
4 changed files with 8 additions and 9 deletions

View File

@@ -3,15 +3,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI 硬件抓取助手</title>
<title>商品信息抓取助手</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="bg-gray-50 p-4">
<div class="max-w-md mx-auto">
<!-- Header -->
<!-- <header class="mb-6">
<h1 class="text-xl font-bold text-indigo-700">AI 硬件抓取助手</h1>
</header> -->
<!-- API Config -->
<section class="bg-white rounded-lg shadow-sm mb-4 border border-gray-200">