hts/apps/migrant/lib/metadata.ts

17 lines
639 B
TypeScript
Raw Permalink 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 baseTitle = "深圳果冻移民咨询"
export const baseURL = "https://Jellydrops.xyz"
export const keywordsRoot = (e: string) => {
const defKeyword = "" //"Jellydrops人工智能意图交互AI客服AI助手AI伴侣AI课程AI游戏DeFi投资质押挖矿GPU资源H100比特币以太坊区块链"
return `${!!e ? `${e}` : defKeyword} `
}
export const descriptionRoot = (e: string) => {
e = !!e ? `${e} |` : e
return `${e} 一个探索人工智能和区块链的有趣应用展示人工智能和区块链领域的最新资讯还可以体验AI助手的有趣对话`
}