1
0

Compare commits

..

3 Commits

Author SHA1 Message Date
59edfd8105 fix: update official 2025-06-03 17:47:35 +08:00
92401ced52 temp 2025-05-23 12:51:02 +08:00
4a063696cb fix 2025-05-21 18:30:10 +08:00
2 changed files with 10 additions and 6 deletions

View File

@@ -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>

View File

@@ -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>