Files
Yi.Admin/Yi.Ai.Vue3/src/config/constants.ts

40 lines
1.2 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* 联系方式配置
*/
export const contactConfig = {
// 客服微信号
wechatId: 'chengzilaoge520',
// 二维码图片路径
images: {
customerService: ' https://ccnetcore.com/prod-api/wwwroot/aihub/wx.png ', // 客服微信二维码
communityGroup: ' https://ccnetcore.com/prod-api/wwwroot/aihub/jlq_yxai.png', // 交流群二维码
afterSalesGroup: '', // 售后群二维码
},
};
/**
* 淘宝店铺配置
*/
export const taobaoConfig = {
// 淘宝店铺链接
link: 'https://e.tb.cn/h.7RqUAtwFh8V5ywg?tk=m7KGUc6DoNQ',
// 淘口令
code: '【淘宝】https://e.tb.cn/h.7RqUAtwFh8V5ywg?tk=m7KGUc6DoNQ HU293 「ClaudeCode/Codex/Gemini Ai聚合API服务/会员Token包/人工售后」\n'
+ '点击链接直接打开 或者 淘宝搜索直接打开',
taobaoQr: '/src/assets/images/taobao-qr.png', // 淘宝店铺二维码
};
/**
* 优惠活动配置
*/
export const promotionConfig = {
// 累计充值优惠描述
rechargeDiscount: '全站任意充值每累计充值10元永久优惠尊享包10元最高可优惠50元',
// VIP售后服务提示
vipServiceTip: '充值后联系客服回复账号名可专享VIP售后服务',
};