From 021d1fc77d39181beb440f1f2ae030a91d1bd076 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Thu, 23 Jul 2026 20:38:58 +0800 Subject: [PATCH] fix(gift-points-toast): update default credited points from 200 to 400 --- src/pages-aigc/home/components/GiftPointsToast/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages-aigc/home/components/GiftPointsToast/index.vue b/src/pages-aigc/home/components/GiftPointsToast/index.vue index 6874620..c9037c6 100644 --- a/src/pages-aigc/home/components/GiftPointsToast/index.vue +++ b/src/pages-aigc/home/components/GiftPointsToast/index.vue @@ -16,7 +16,7 @@ defineProps({ }, title: { type: String, - default: "200积分已到账", + default: "400积分已到账", }, message: { type: String,