Sem descrição

mrh b35ba1f518 删去智能体、附件、等输入框选项 há 9 meses atrás
public ddb027b654 基本的 AI 助手主页 há 10 meses atrás
src b35ba1f518 删去智能体、附件、等输入框选项 há 9 meses atrás
.gitignore ddb027b654 基本的 AI 助手主页 há 10 meses atrás
CONVENTIONS.md f3fdd18c81 正常对话聊天 há 9 meses atrás
README.md 8507f52858 完成表单填写 há 9 meses atrás
index.html ddb027b654 基本的 AI 助手主页 há 10 meses atrás
package.json 8507f52858 完成表单填写 há 9 meses atrás
pnpm-lock.yaml 8507f52858 完成表单填写 há 9 meses atrás
tsconfig.app.json ddb027b654 基本的 AI 助手主页 há 10 meses atrás
tsconfig.json ddb027b654 基本的 AI 助手主页 há 10 meses atrás
tsconfig.node.json ddb027b654 基本的 AI 助手主页 há 10 meses atrás
vite.config.ts ddb027b654 基本的 AI 助手主页 há 10 meses atrás

README.md

page

https://developers.cloudflare.com/pages/

npm run build
npx wrangler pages deploy ./dist/
# 会提示登录,完成登录后,提示是否创建项目,项目以字母、- 命名。生产分支是 main 分支,如果当前 git 是 main 分支会默认发布到生产端
git checkout -b main

Vue 3 + TypeScript + Vite

https://vue-devui.github.io/components/icon/#%E9%99%84%E5%B8%A6%E6%8F%8F%E8%BF%B0%E4%BF%A1%E6%81%AF

https://matechat.gitcode.com/components/header/demo.html

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.