From cc2fca2cd040b01d64cf03cfd34624003b653b29 Mon Sep 17 00:00:00 2001 From: toom1996 Date: Mon, 7 Jul 2025 17:14:52 +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 047b231..daaf70f 100644 --- a/utils/const.ts +++ b/utils/const.ts @@ -10,7 +10,7 @@ export const TP2_COLUMN_NEWS_URL = '/news' export const TP2_COLUMN_ABOUT_US = '关于我们' export const TP2_COLUMN_ABOUT_US_URL = '/about-us' -export const TP2_COLUMN_CONTACT_US = '联系我们' +export const TP2_COLUMN_CONTACT_US = '售后电话' export const TP2_COLUMN_CONTACT_US_URL = '/contact-us' export const TP2_COLUMN_PROTECT = '未成年人及老年人保护' @@ -18,3 +18,6 @@ export const TP2_COLUMN_PROTECT_URL = '/protect' export const TP2_COLUMN_REFUND = '退款规则' export const TP2_COLUMN_REFUND_URL = '/refund' + +export const TP2_COLUMN_DOWNLOAD = '软件下载' +export const TP2_COLUMN_DOWNLOAD_URL = '/download' \ No newline at end of file