17 lines
689 B
TypeScript
17 lines
689 B
TypeScript
export const siteInfo = {
|
||
companyName: '烟台岸基网络科技有限公司',
|
||
phone: '0535-2106025',
|
||
qq: '278294683',
|
||
email: 'agsoft@china-coast.com',
|
||
businessHours: '08:30 - 17:30',
|
||
address: '山东省烟台市莱山区山海路117号总部经济基地3楼',
|
||
wechatOfficialImage: '/images/wechat.webp',
|
||
footerLogo: '/images/logo.png.webp',
|
||
headerLogo: '/images/logo-2.webp',
|
||
icpText: '鲁ICP备18054574号-1',
|
||
icpHref: 'https://beian.miit.gov.cn/',
|
||
publicSecurityText: '鲁公网安备 37061302000340号',
|
||
publicSecurityHref: 'http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=37061302000340',
|
||
publicSecurityImage: '/images/beian.png'
|
||
} as const
|