From c24aeae8456c68f4e6a66e3871ca04a8e72b4cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Sun, 9 Feb 2025 22:16:41 +0800 Subject: [PATCH] Update inc_photowatermark_config.php --- src/data/mark/inc_photowatermark_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/mark/inc_photowatermark_config.php b/src/data/mark/inc_photowatermark_config.php index 179bd999..ce6973f5 100755 --- a/src/data/mark/inc_photowatermark_config.php +++ b/src/data/mark/inc_photowatermark_config.php @@ -7,7 +7,7 @@ $photo_wheight = '120'; $photo_waterpos = '9'; $photo_watertext = 'www.dedebiz.com'; $photo_fontsize = '14'; -$photo_fontcolor = '0,0,0'; +$photo_fontcolor = '255,255,255'; $photo_marktrans = '100'; $photo_diaphaneity = '100'; $photo_markimg = 'mark.png';