From aa78f40b3464e45d7f8164f51131632fbf0b8f3e Mon Sep 17 00:00:00 2001 From: lifegpc Date: Sun, 27 Aug 2023 14:29:44 +0800 Subject: [PATCH] Update settings page --- islands/Settings.tsx | 7 +++++++ translation/en/settings.jsonc | 3 ++- translation/zh-cn/settings.jsonc | 3 ++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/islands/Settings.tsx b/islands/Settings.tsx index 0a8495e..99ecda8 100644 --- a/islands/Settings.tsx +++ b/islands/Settings.tsx @@ -269,6 +269,13 @@ export default class Settings extends Component { )} outlined={true} /> + diff --git a/translation/en/settings.jsonc b/translation/en/settings.jsonc index 3fdf316..2f99a1b 100644 --- a/translation/en/settings.jsonc +++ b/translation/en/settings.jsonc @@ -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: " } diff --git a/translation/zh-cn/settings.jsonc b/translation/zh-cn/settings.jsonc index aa28c8c..07d1b2e 100644 --- a/translation/zh-cn/settings.jsonc +++ b/translation/zh-cn/settings.jsonc @@ -29,5 +29,6 @@ "thumbnail_method0": "FFMPEG二进制", "thumbnail_method1": "FFMPEG API", "thumbnail_dir": "存放缩略图的文件夹:", - "remove_previous_gallery": "移除被新画廊替代的旧画廊。" + "remove_previous_gallery": "移除被新画廊替代的旧画廊。", + "img_verify_secret": "用于验证图片verify的密钥:" }