新增 logo、優化 AI 問答
This commit is contained in:
@@ -152,8 +152,12 @@ export default function CompetitionPage() {
|
||||
返回主頁
|
||||
</Button>
|
||||
<div className="flex items-center space-x-2">
|
||||
<div className="w-8 h-8 bg-gradient-to-r from-blue-600 to-purple-600 rounded-lg flex items-center justify-center">
|
||||
<Trophy className="w-5 h-5 text-white" />
|
||||
<div className="h-8 rounded-lg flex items-center justify-center">
|
||||
<img
|
||||
src="/logo.png"
|
||||
alt="強茂集團 AI 展示平台"
|
||||
className="h-8 object-contain"
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<h1 className="text-xl font-bold text-gray-900">競賽專區</h1>
|
||||
|
@@ -15,6 +15,13 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="zh-TW">
|
||||
<head>
|
||||
<link rel="icon" href="/favicon.ico" sizes="any" />
|
||||
<link rel="icon" href="/ai-cloud.png" type="image/png" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="/ai-cloud.png" />
|
||||
<meta name="theme-color" content="#3b82f6" />
|
||||
</head>
|
||||
<body className={inter.className}>
|
||||
<AuthProvider>
|
||||
<CompetitionProvider>
|
||||
@@ -29,5 +36,15 @@ export default function RootLayout({
|
||||
}
|
||||
|
||||
export const metadata = {
|
||||
generator: 'v0.dev'
|
||||
};
|
||||
title: '強茂集團 AI 展示平台',
|
||||
description: '企業內部 AI 應用展示與競賽管理系統',
|
||||
generator: 'v0.dev',
|
||||
icons: {
|
||||
icon: [
|
||||
{ url: '/favicon.ico', sizes: 'any' },
|
||||
{ url: '/ai-cloud.png', type: 'image/png' }
|
||||
],
|
||||
shortcut: '/favicon.ico',
|
||||
apple: '/ai-cloud.png',
|
||||
},
|
||||
};
|
||||
|
@@ -479,8 +479,12 @@ export default function AIShowcasePlatform() {
|
||||
<div className="flex items-center justify-between h-16">
|
||||
<div className="flex items-center space-x-4">
|
||||
<div className="flex items-center space-x-2 cursor-pointer" onClick={() => setShowCompetition(false)}>
|
||||
<div className="w-8 h-8 bg-gradient-to-r from-blue-600 to-purple-600 rounded-lg flex items-center justify-center">
|
||||
<Brain className="w-5 h-5 text-white" />
|
||||
<div className="h-8 rounded-lg flex items-center justify-center">
|
||||
<img
|
||||
src="/logo.png"
|
||||
alt="強茂集團 AI 展示平台"
|
||||
className="h-8 object-contain"
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<h1 className="text-xl font-bold text-gray-900">強茂集團 AI 展示平台</h1>
|
||||
|
@@ -176,8 +176,12 @@ export default function RegisterPage() {
|
||||
{/* Header */}
|
||||
<div className="text-center mb-8">
|
||||
<div className="flex items-center justify-center space-x-2 mb-4">
|
||||
<div className="w-10 h-10 bg-gradient-to-r from-blue-600 to-purple-600 rounded-lg flex items-center justify-center">
|
||||
<Brain className="w-6 h-6 text-white" />
|
||||
<div className="h-10 rounded-lg flex items-center justify-center">
|
||||
<img
|
||||
src="/logo.png"
|
||||
alt="強茂集團 AI 展示平台"
|
||||
className="h-10 object-contain"
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<h1 className="text-2xl font-bold text-gray-900">強茂集團 AI 展示平台</h1>
|
||||
|
Reference in New Issue
Block a user