D8D AI 1 жил өмнө
parent
commit
b9f9f93db5
2 өөрчлөгдсөн 1 нэмэгдсэн , 4 устгасан
  1. 1 1
      src/App.tsx
  2. 0 3
      vite.config.ts

+ 1 - 1
src/App.tsx

@@ -3,7 +3,7 @@ import React from 'react'
 function App() {
   return (
     <div className="min-h-screen bg-gray-100 flex items-center justify-center">
-      <p>Start prompting (or editing) to see magic happen :)</p>
+      <p className="text-xl font-semibold">开始编辑,看看魔法如何发生 :)</p>
     </div>
   )
 }

+ 0 - 3
vite.config.ts

@@ -4,7 +4,4 @@ import react from '@vitejs/plugin-react'
 // https://vitejs.dev/config/
 export default defineConfig({
   plugins: [react()],
-  optimizeDeps: {
-    exclude: ['lucide-react'],
-  },
 })