1
0
This commit is contained in:
熊潇 2025-05-23 12:51:02 +08:00
parent 4a063696cb
commit 92401ced52

View File

@ -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>
@ -167,7 +167,7 @@ export const App = () => {
</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'>
<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>