样式修改,修改提示词

This commit is contained in:
xunbu
2025-05-21 22:55:14 +08:00
parent d03bef6d96
commit 68c6d545de
6 changed files with 78 additions and 64 deletions

View File

@@ -17,6 +17,12 @@
padding: 1rem;
}
summary {
border-bottom: 1px dashed #ccc;
padding-bottom: 0.5rem;
}
.log-area {
background-color: #f5f5f5;
border: 1px solid #e0e0e0;
@@ -42,7 +48,9 @@
}
.form-group {
margin-bottom: 1rem;
margin-bottom: 0.5rem;
margin-left: 1rem;
margin-right: 2rem;
}
.form-grid {
@@ -65,7 +73,7 @@
}
details {
margin-bottom: 1rem;
margin-bottom: 2rem;
}
.checkbox-group {
@@ -372,8 +380,8 @@
</div>
<div class="form-group">
<label for="apikey">API 密钥<a id="api_href" class="no-style" href="/"
target="_blank"
title="获取API-KEY">🔗</a></label>
target="_blank"
title="获取API-KEY">🔗</a></label>
<input type="password" id="apikey" name="apikey" placeholder="平台对应的API Key" required>
</div>
<div class="form-group">