diff --git a/src/biz/Settings.tsx b/src/biz/Settings.tsx
index c007ef2..a22bfda 100644
--- a/src/biz/Settings.tsx
+++ b/src/biz/Settings.tsx
@@ -282,28 +282,6 @@ const Settings = () => {
}
-
- {PROMPT_TYPES.map((item, idx) =>
- {item.name}
- {
- setPromptsValue({
- ...promptsValue,
- // @ts-expect-error
- [item.type]: PROMPT_DEFAULTS[item.type] ?? ''
- })
- }}>点击填充默认
-
- } htmlFor={`prompt-${item.type}`}>
- )}
-
-
翻译配置
{!apiKeySetted &&
@@ -393,6 +371,32 @@ const Settings = () => {
onChange={setAskEnabledValue}/>
+
+
+
+ {!promptsFold && PROMPT_TYPES.map((item, idx) =>
+ {item.name}
+ {
+ setPromptsValue({
+ ...promptsValue,
+ // @ts-expect-error
+ [item.type]: PROMPT_DEFAULTS[item.type] ?? ''
+ })
+ }}>点击填充默认
+
+ } htmlFor={`prompt-${item.type}`}>
+
+