This commit is contained in:
parent
ec8ce04f6c
commit
7ade0e113b
|
|
@ -26,7 +26,7 @@ export const runtime = 'edge' // 'nodejs' (default) | 'edge'
|
||||||
const inter = Inter({ subsets: ['latin'] });
|
const inter = Inter({ subsets: ['latin'] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
metadataBase: new URL('https://jellyai.xyz'),
|
metadataBase: new URL('http://localhost'),
|
||||||
// title: {
|
// title: {
|
||||||
// default: 'JellyAI',
|
// default: 'JellyAI',
|
||||||
// template: `JellyAI`
|
// template: `JellyAI`
|
||||||
|
|
|
||||||
|
|
@ -111,17 +111,8 @@ export function Footer({ className, ...props }: React.ComponentProps<'p'>) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// localStorage.removeItem("UserData");
|
|
||||||
|
|
||||||
// // router.refresh()
|
|
||||||
// // router.push('/')
|
|
||||||
|
|
||||||
// location.reload();
|
|
||||||
|
|
||||||
toast.success(t('footer.subscribe_success'))
|
toast.success(t('footer.subscribe_success'))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
setIsLoading(false);
|
setIsLoading(false);
|
||||||
console.log(err);
|
console.log(err);
|
||||||
|
|
@ -183,8 +174,6 @@ export function Footer({ className, ...props }: React.ComponentProps<'p'>) {
|
||||||
|
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
// const { windowWidth, windowHeight } = windowSize;
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Container as="footer" className="bg-secondary w-full max-w-full py-20">
|
<Container as="footer" className="bg-secondary w-full max-w-full py-20">
|
||||||
|
|
||||||
|
|
@ -201,8 +190,6 @@ export function Footer({ className, ...props }: React.ComponentProps<'p'>) {
|
||||||
style={{
|
style={{
|
||||||
// maxWidth: 1000
|
// maxWidth: 1000
|
||||||
}}
|
}}
|
||||||
// labelCol={{ span: 8 }}
|
|
||||||
// wrapperCol={{ span: 16 }}
|
|
||||||
form={form}
|
form={form}
|
||||||
size="large"
|
size="large"
|
||||||
name="horizontal_login"
|
name="horizontal_login"
|
||||||
|
|
|
||||||
|
|
@ -4,11 +4,11 @@
|
||||||
|
|
||||||
|
|
||||||
export const baseTitle = "JellyAI"
|
export const baseTitle = "JellyAI"
|
||||||
export const baseURL = "https://jellyai.xyz"
|
export const baseURL = "http://localhost"
|
||||||
|
|
||||||
export const keywordsRoot = (e: string) => {
|
export const keywordsRoot = (e: string) => {
|
||||||
|
|
||||||
const defKeyword = "JellyAI,人工智能,意图交互,AI客服,AI助手,AI伴侣,AI课程,AI游戏,DeFi投资,质押挖矿,GPU资源,H100,比特币,以太坊,区块链"
|
const defKeyword = "JellyAI,AI,Cradle"
|
||||||
|
|
||||||
return `${!!e ? `${e}` : defKeyword} `
|
return `${!!e ? `${e}` : defKeyword} `
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue