This commit is contained in:
toom1996
2025-07-02 16:32:48 +08:00
parent 945bb01109
commit be3b82a10a
42 changed files with 13608 additions and 4 deletions

13
utils/const.ts Normal file
View File

@ -0,0 +1,13 @@
// ----- 栏目 -----
export const TP2_COLUMN_NEWS = '新闻专栏'
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_URL = '/contact-us'
export const TP2_COLUMN_PROTECT = '未成年人及老年人保护'
export const TP2_COLUMN_PROTECT_URL = '/protect'