export const SITE_URL = 'https://lsy22.com'; export const SITE_NAME = "echoes"; export const SITE_DESCRIPTION = "记录生活,分享所思"; export const NAV_LINKS = [ { href: '/', text: '首页' }, { href: '/articles', text: '文章' }, { href: '/movies', text: '观影' }, { href: '/books', text: '读书' }, { href: '/projects', text: '项目' }, { href: '/other', text: '其他' } ]; 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 = ['黑龙江', '吉林', '辽宁', '北京', '天津', '广东', '西藏', '河北', '山东', '湖南', '重庆', '四川']; export const DOUBAN_ID = 'lsy22';