Ming-02 发表于 2024-9-28 17:49:32

学到了

疯狂的小熊 发表于 2024-9-28 17:58:19

好厉害哦,大家加油!

yasi 发表于 2024-9-28 18:12:11

越来越心先进了,还是要努力学习跟上时代呜呜呜

ABitGinger 发表于 2024-9-28 18:17:14

与时俱进的鱼C{:10_275:}

hlsun259 发表于 2024-9-28 18:24:37

浴室拒进。。。。

smallsnail07 发表于 2024-9-28 18:30:28

学习学习

spt1314 发表于 2024-9-28 18:39:46

这以后都用不到工程师了AI直接编程序了{:10_266:}

xiehongzhe 发表于 2024-9-28 18:42:44

import { Input } from "/components/ui/input"
import { Label } from "/components/ui/label"
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "/components/ui/select"
import { Textarea } from "/components/ui/textarea"

export default function BookAppointment() {
return (
    <div className="min-h-screen bg-white">
      <header className="bg-white shadow-sm">
      <div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4 flex items-center justify-between">
          <nav className="flex space-x-8">
            <a href="#logo" className="text-gray-700 hover:text-gray-900">Logo</a>
            <a href="#home" className="text-gray-700 hover:text-gray-900">Home</a>
            <a href="#about" className="text-gray-700 hover:text-gray-900">About</a>
            <a href="#contact" className="text-gray-700 hover:text-gray-900">Contact</a>
            <a href="#login" className="text-gray-700 hover:text-gray-900">Login</a>
          </nav>
      </div>
      </header>

      <main className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
      <div className="text-center mb-12">
          <h1 className="text-4xl font-bold mb-4">Book an appointment</h1>
          <p className="text-lg text-gray-600">We'll respond in 3-5 business days</p>
      </div>

      <div className="grid grid-cols-1 md:grid-cols-2 gap-12">
          <div className="md:col-span-2">
            <form>
            <div className="mb-6">
                <Label htmlFor="name">Name:</Label>
                <Input id="name" type="text" placeholder="Enter your name" />
            </div>

            <div className="mb-6">
                <Label htmlFor="address">Address:</Label>
                <Input id="address" type="text" placeholder="Enter your address" />
            </div>

            <div className="mb-6">
                <Label htmlFor="phone">Phone:</Label>
                <Input id="phone" type="tel" placeholder="Enter your phone number" />
            </div>

            <div className="mb-6">
                <Label htmlFor="date">Date:</Label>
                <Input id="date" type="date" />
            </div>

            <div className="mb-6">
                <Label htmlFor="comments">Comments:</Label>
                <Textarea id="comments" placeholder="Enter your comments" />
            </div>

            <Button className="rounded-full px-8 py-3 bg-black text-white hover:bg-gray-800">Submit</Button>
            </form>
          </div>
      </div>
      </main>
    </div>
)
}

画风华 发表于 2024-9-28 18:55:45

非常厉害呀!这得进阶到一定水平才学得了吧

不二如是 发表于 2024-9-28 19:09:43

画风华 发表于 2024-9-28 18:55
非常厉害呀!这得进阶到一定水平才学得了吧

拿来用就好~~

林木荟蔚 发表于 2024-9-28 19:24:19

功能很强大,赞一个。

lu10086 发表于 2024-9-28 19:26:58

学到了

每天提高一点点 发表于 2024-9-28 20:44:08


打卡了

强风拂面 发表于 2024-9-28 21:37:02

打卡

OFishead 发表于 2024-9-28 22:38:49

学习了

不会去满足 发表于 2024-9-28 23:45:25

努力学习

二当家 发表于 2024-9-29 00:26:37

底层程序员越来越难生存了...给条活路吧{:5_100:}

小小的学习 发表于 2024-9-29 08:31:36

学到了

一只菜狗 发表于 2024-9-29 09:58:35

学习了

寒时enjoy 发表于 2024-9-29 10:51:34

AI的发展真的太快了
页: 1 [2] 3
查看完整版本: 无需代码!一张草图AI即可生成应用程序!!