change icon etx
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Hardware Sourcing Assistant</title>
|
||||
<title>AI 硬件采购助手</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body class="bg-gray-50 p-4">
|
||||
@@ -15,9 +15,12 @@
|
||||
</header>
|
||||
|
||||
<!-- API Config -->
|
||||
<section class="bg-white p-4 rounded-lg shadow-sm mb-4 border border-gray-200">
|
||||
<h2 class="text-sm font-semibold mb-2">配置选项</h2>
|
||||
<div class="space-y-3">
|
||||
<section class="bg-white rounded-lg shadow-sm mb-4 border border-gray-200">
|
||||
<div id="toggleConfig" class="p-4 flex items-center justify-between cursor-pointer hover:bg-gray-50 transition-colors">
|
||||
<h2 class="text-sm font-semibold text-gray-700">配置选项</h2>
|
||||
<span id="configChevron" class="text-gray-400 transition-transform" style="font-size: 10px;">▼</span>
|
||||
</div>
|
||||
<div id="configContent" class="px-4 pb-4 pt-2 space-y-3 hidden">
|
||||
<div>
|
||||
<label class="block text-xs text-gray-500">Gemini API 密钥</label>
|
||||
<input type="password" id="apiKey" class="w-full mt-1 border border-gray-300 rounded px-2 py-1 text-sm focus:ring-1 focus:ring-indigo-500 outline-none" placeholder="输入 API Key">
|
||||
|
||||
Reference in New Issue
Block a user