From 8357d3acb5523287b0ce045a79eed22d6506639c Mon Sep 17 00:00:00 2001 From: Kuingsmile <96409857+Kuingsmile@users.noreply.github.com> Date: Wed, 21 Jan 2026 14:34:54 +0800 Subject: [PATCH] :bug: Fix(custom): fix an issue of per-picbed watermark type setting button --- currentVersion.md | 1 + currentVersion_en.md | 1 + src/renderer/components/InputBoxDialog.vue | 58 ++- src/renderer/components/PerPicbedSetting.vue | 90 +++-- src/renderer/components/css/InputBox.css | 231 ------------ .../components/css/PerPicbedSetting.css | 349 ------------------ src/renderer/pages/css/Gallery.css | 4 +- 7 files changed, 109 insertions(+), 625 deletions(-) delete mode 100644 src/renderer/components/css/InputBox.css delete mode 100644 src/renderer/components/css/PerPicbedSetting.css diff --git a/currentVersion.md b/currentVersion.md index e2d5b8e2..261d3d11 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -21,3 +21,4 @@ - 修复了管理页面中排序下拉框显示异常的问题 - 修复了暗色模式下任务页面的显示问题 - 修复了图床设置页面设置为默认图床按钮状态没有及时更新的问题 +- 修复了预处理设置页面,图床水印独立设置的按钮状态没有及时更新的问题 diff --git a/currentVersion_en.md b/currentVersion_en.md index 343e0899..d4e70e23 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -21,3 +21,4 @@ - Fixed an issue where the sort dropdown in the management page displayed abnormally - Fixed an issue where the task page displayed incorrectly in dark mode - Fixed an issue where the default image bed button status on the image bed settings page did not update in time +- Fixed an issue where the button status for independent watermark settings on the image bed watermark settings page did not update in time diff --git a/src/renderer/components/InputBoxDialog.vue b/src/renderer/components/InputBoxDialog.vue index dd17b97c..7be9fccc 100644 --- a/src/renderer/components/InputBoxDialog.vue +++ b/src/renderer/components/InputBoxDialog.vue @@ -1,25 +1,42 @@