From 9c6d804a1844aa0f60326a60d50ee7e741bf0cdb Mon Sep 17 00:00:00 2001 From: toom1996 Date: Thu, 3 Jul 2025 17:25:30 +0800 Subject: [PATCH] update --- utils/const.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utils/const.ts b/utils/const.ts index dd0f050..dc289ee 100644 --- a/utils/const.ts +++ b/utils/const.ts @@ -10,4 +10,7 @@ export const TP2_COLUMN_CONTACT_US = '联系我们' export const TP2_COLUMN_CONTACT_US_URL = '/contact-us' export const TP2_COLUMN_PROTECT = '未成年人及老年人保护' -export const TP2_COLUMN_PROTECT_URL = '/protect' \ No newline at end of file +export const TP2_COLUMN_PROTECT_URL = '/protect' + +export const TP2_COLUMN_REFUND = '退款规则' +export const TP2_COLUMN_REFUND_URL = '/refund'