暂无描述

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

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.