mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
Update settings page
This commit is contained in:
@@ -269,6 +269,13 @@ export default class Settings extends Component<SettingsProps> {
|
||||
)}
|
||||
outlined={true}
|
||||
/>
|
||||
<SettingsText
|
||||
name="img_verify_secret"
|
||||
value={settings.img_verify_secret || ""}
|
||||
description={t("settings.img_verify_secret")}
|
||||
type="text"
|
||||
outlined={true}
|
||||
/>
|
||||
</div>
|
||||
</SettingsContext>
|
||||
<Button onClick={loadData}>{t("common.reload")}</Button>
|
||||
|
||||
@@ -29,5 +29,6 @@
|
||||
"thumbnail_method0": "ffmpeg binary",
|
||||
"thumbnail_method1": "ffmpeg API",
|
||||
"thumbnail_dir": "The folder used to store thumbnails: ",
|
||||
"remove_previous_gallery": "Remove old galleries which replaced by new ones."
|
||||
"remove_previous_gallery": "Remove old galleries which replaced by new ones.",
|
||||
"img_verify_secret": "The secret of image verify: "
|
||||
}
|
||||
|
||||
@@ -29,5 +29,6 @@
|
||||
"thumbnail_method0": "FFMPEG二进制",
|
||||
"thumbnail_method1": "FFMPEG API",
|
||||
"thumbnail_dir": "存放缩略图的文件夹:",
|
||||
"remove_previous_gallery": "移除被新画廊替代的旧画廊。"
|
||||
"remove_previous_gallery": "移除被新画廊替代的旧画廊。",
|
||||
"img_verify_secret": "用于验证图片verify的密钥:"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user