newechoes/src/consts.ts

22 lines
842 B
TypeScript
Raw Normal View History

2025-03-10 20:43:36 +08:00
export const SITE_URL = 'https://blog.lsy22.com';
2025-03-08 18:16:42 +08:00
export const SITE_NAME = "echoes";
export const SITE_DESCRIPTION = "记录生活,分享所思";
2025-03-08 18:16:42 +08:00
2025-03-03 21:16:16 +08:00
export const NAV_LINKS = [
{ href: '/', text: '首页' },
{ href: '/articles', text: '文章' },
{ href: '/movies', text: '观影' },
{ href: '/books', text: '读书' },
2025-03-08 18:16:42 +08:00
{ href: '/projects', text: '项目' },
{ href: '/other', text: '其他' }
2025-03-03 21:16:16 +08:00
];
2025-03-08 18:16:42 +08:00
export const ICP = '渝ICP备2022009272号';
export const PSB_ICP = '渝公网安备50011902000520号';
export const PSB_ICP_URL = 'http://www.beian.gov.cn/portal/registerSystemInfo';
export const VISITED_PLACES = ['黑龙江', '吉林', '辽宁', '北京', '天津', '广东', '西藏', '河北', '山东', '湖南', '重庆', '四川', "马来西亚", "印度尼西亚", "泰国"];
2025-03-03 21:16:16 +08:00
export const DOUBAN_ID = 'lsy22';