Compare commits
2 Commits
4a063696cb
...
59edfd8105
| Author | SHA1 | Date | |
|---|---|---|---|
| 59edfd8105 | |||
| 92401ced52 |
@@ -5,7 +5,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<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" />
|
||||
<title>kevisual 助手</title>
|
||||
<title>杭州余杭逸文设计工作室</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
12
src/App.tsx
12
src/App.tsx
@@ -44,13 +44,13 @@ export const App = () => {
|
||||
|
||||
<div className='p-6 rounded-lg shadow-lg bg-white'>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<div className='p-6 rounded-lg shadow-lg bg-white'>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
@@ -165,9 +165,13 @@ export const App = () => {
|
||||
</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>© 2024 杭州余杭逸文设计工作室. All rights reserved.</p>
|
||||
<p>© 2025 杭州余杭逸文设计工作室. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user