docs: 在README中新增项目运行截图
This commit is contained in:
@@ -26,6 +26,10 @@ AI Agent Scaffold Go 是一个面向 Agent 应用开发的 Go 脚手架,围绕
|
||||
- [开发与验证](#开发与验证)
|
||||
- [联系作者](#联系作者)
|
||||
|
||||
## 项目展示
|
||||
|
||||

|
||||
|
||||
## 项目讲解文档
|
||||
|
||||
- 地址:[项目文档](https://my.feishu.cn/wiki/FbISwBnZPiGx0vkxyHFc8a1enig?fromScene=spaceOverview)
|
||||
|
||||
@@ -3,7 +3,7 @@ import "./globals.css";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Agent-Draw-IO",
|
||||
description: "智能体交互绘图 @小傅哥",
|
||||
description: "智能体交互绘图 @peakxy",
|
||||
};
|
||||
|
||||
import Script from "next/script";
|
||||
|
||||
@@ -67,7 +67,7 @@ export default function Login() {
|
||||
</div>
|
||||
<div className="flex flex-col gap-1">
|
||||
<strong className="text-base leading-[1.1] tracking-[0.2px] text-[rgba(255,255,255,0.92)]">
|
||||
AI 智能体工作台 By Ai Agent Scaffold - @小傅哥
|
||||
AI 智能体工作台 By Ai Agent Scaffold - @peakxy
|
||||
</strong>
|
||||
<span className="text-xs text-[rgba(255,255,255,0.56)]">更快搭建 · 更稳运行 · 更易运维</span>
|
||||
</div>
|
||||
|
||||
@@ -599,7 +599,7 @@ export default function Home() {
|
||||
<polyline points="21 15 16 10 5 21"></polyline>
|
||||
</svg>
|
||||
</div>
|
||||
<h1 className="text-lg font-bold text-slate-800 tracking-tight">ai + draw.io <span className="text-slate-400 font-normal text-sm ml-2">@小傅哥</span></h1>
|
||||
<h1 className="text-lg font-bold text-slate-800 tracking-tight">ai + draw.io <span className="text-slate-400 font-normal text-sm ml-2">@peakxy</span></h1>
|
||||
</div>
|
||||
|
||||
<div className="flex items-center gap-3">
|
||||
|
||||
Reference in New Issue
Block a user