20 lines
830 B
JavaScript
20 lines
830 B
JavaScript
export const contact = {
|
|
phone: "Tel: +1 9174029875",
|
|
phoneHref: "tel:+19174029875", // 用于href链接
|
|
telegram: "https://t.me/+12125188846",
|
|
whatsapp: "https://wa.me/19174029875",
|
|
// 价格计算页面 "AWS官网"
|
|
PriceCalculator: "https://calculator.aws/",
|
|
// 价格计算页面联系客服按钮
|
|
|
|
// Facebook链接 - 保留但注释
|
|
// facebook: "https://facebook.com/dongyun-tech",
|
|
};
|
|
|
|
// 全局脚本配置
|
|
export const globalScripts = [
|
|
{
|
|
innerHTML: `(function(d,w,c){if(w[c])return;var s=d.createElement('script');w[c]=function(){(w[c].z=w[c].z||[]).push(arguments);};s.async=true;s.src='https://static.ahc.ink/hecong.js';if(d.head)d.head.appendChild(s);})(document,window,'_AIHECONG');_AIHECONG('ini',{channelId:'9BgJ9p'});`,
|
|
type: 'text/javascript',
|
|
},
|
|
]; |