From f9779908d98394a929695596985b907e16f79e1b Mon Sep 17 00:00:00 2001 From: zzc <1761997216@qq.com> Date: Sun, 1 Feb 2026 00:18:13 +0800 Subject: [PATCH] fix: default color --- pages/make/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/make/index.vue b/pages/make/index.vue index e812c4c..34d19af 100644 --- a/pages/make/index.vue +++ b/pages/make/index.vue @@ -347,8 +347,8 @@ const blessingText = ref({}); const fontSize = ref(32); const textColors = [ - "#ffffff", "#000000", + "#ffffff", "#ff3b30", "#F5A623", "#8B572A", @@ -359,8 +359,8 @@ const textColors = [ "#9013FE", "#FFC0CB", ]; -const selectedColor = ref("#ffffff"); -const signatureColor = ref("#ffffff"); +const selectedColor = ref("#000000"); +const signatureColor = ref("#000000"); const fontList = [ { name: "默认", family: "PingFang SC", url: "" }, @@ -902,7 +902,7 @@ function drawUserBubble(ctx, options) { fontSizeName = 24, fontSizeDesc = 20, bubbleColor = "rgba(255,255,255,0.18)", - textColor = "#ffffff", + textColor = "#000000", } = options; // 设置字体