Compare commits
3 Commits
313cba38de
...
59edfd8105
Author | SHA1 | Date | |
---|---|---|---|
59edfd8105 | |||
92401ced52 | |||
4a063696cb |
@@ -5,7 +5,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="https://kevisual.cn/root/center/panda.png" />
|
<link rel="icon" type="image/svg+xml" href="https://kevisual.cn/root/center/panda.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>kevisual 助手</title>
|
<title>杭州余杭逸文设计工作室</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
14
src/App.tsx
14
src/App.tsx
@@ -7,7 +7,7 @@ export const App = () => {
|
|||||||
<header className='bg-gradient-to-r from-blue-600 to-indigo-700 text-white'>
|
<header className='bg-gradient-to-r from-blue-600 to-indigo-700 text-white'>
|
||||||
<nav className='container mx-auto px-6 py-4 flex justify-between items-center'>
|
<nav className='container mx-auto px-6 py-4 flex justify-between items-center'>
|
||||||
<div className='flex items-center space-x-4'>
|
<div className='flex items-center space-x-4'>
|
||||||
<img src='https://kevisual.cn/root/center/panda.png' alt='Kevisual Logo' className='h-10 w-10 object-contain' />
|
<img src='https://kevisual.cn/root/center/panda.jpg' alt='Kevisual Logo' className='h-10 w-10 object-contain' />
|
||||||
<span className='text-xl font-bold'>Kevisual 助手</span>
|
<span className='text-xl font-bold'>Kevisual 助手</span>
|
||||||
</div>
|
</div>
|
||||||
<div className='hidden md:flex space-x-6'>
|
<div className='hidden md:flex space-x-6'>
|
||||||
@@ -44,13 +44,13 @@ export const App = () => {
|
|||||||
|
|
||||||
<div className='p-6 rounded-lg shadow-lg bg-white'>
|
<div className='p-6 rounded-lg shadow-lg bg-white'>
|
||||||
<Brain className='w-12 h-12 text-blue-600 mb-4' />
|
<Brain className='w-12 h-12 text-blue-600 mb-4' />
|
||||||
<h3 className='text-xl font-semibold mb-4'>AI Mark 推荐</h3>
|
<h3 className='text-xl font-semibold mb-4'>AI 推荐(Dev)</h3>
|
||||||
<p className='text-gray-600'>智能工具库助您快速找到解决方案,汇集优质开源项目</p>
|
<p className='text-gray-600'>智能工具库助您快速找到解决方案,汇集优质开源项目</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className='p-6 rounded-lg shadow-lg bg-white'>
|
<div className='p-6 rounded-lg shadow-lg bg-white'>
|
||||||
<Book className='w-12 h-12 text-blue-600 mb-4' />
|
<Book className='w-12 h-12 text-blue-600 mb-4' />
|
||||||
<h3 className='text-xl font-semibold mb-4'>笔记助手</h3>
|
<h3 className='text-xl font-semibold mb-4'>笔记助手(Dev)</h3>
|
||||||
<p className='text-gray-600'>AI驱动的笔记工具,帮助您创造性地生成美观的内容并进行可视化</p>
|
<p className='text-gray-600'>AI驱动的笔记工具,帮助您创造性地生成美观的内容并进行可视化</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -165,9 +165,13 @@ export const App = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className='mt-12 pt-8 border-t border-gray-800 text-center text-gray-400'>
|
<div
|
||||||
|
className='mt-12 pt-8 border-t border-gray-800 text-center text-gray-400'
|
||||||
|
onClick={() => {
|
||||||
|
window.open('https://beian.miit.gov.cn/', '_blank');
|
||||||
|
}}>
|
||||||
<p>浙ICP备2025158778号</p>
|
<p>浙ICP备2025158778号</p>
|
||||||
<p>© 2024 杭州余杭逸文设计工作室. All rights reserved.</p>
|
<p>© 2025 杭州余杭逸文设计工作室. All rights reserved.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Reference in New Issue
Block a user