Skip to content

Commit b0ac116

Browse files
committed
update
1 parent bb32af7 commit b0ac116

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ const config = {
121121

122122
//项目卡片 其中 字段"show"控制初始卡片的text是否展开
123123
projectcards: [
124-
{ go: "🚀 前往", img: "/img/projects/proj-a.jpg", title: "RAG", subtitle: "", text: "一个面向企业内部知识管理场景的私有知识库系统.", url: "https://github.com/Yukigithubycf/enterprise-private-rag-qa", show: false },
125-
{ go: "🗂️ 前往", img: "/img/projects/proj-b.jpg", title: "WorkFlow", subtitle: "", text: "一个面向 AI Agent 的工作流编排系统.", url: "https://github.com/Yukigithubycf/AI-WorkFlow", show: false },
124+
{ go: "🚀 前往", img: "/img/projects/proj-a.jpg", title: "RAG", subtitle: "", text: "一个面向企业内部知识管理场景的私有知识库问答平台.", url: "https://github.com/Yukigithubycf/enterprise-private-rag-qa", show: true },
125+
{ go: "🗂️ 前往", img: "/img/projects/proj-b.jpg", title: "AstraFlow", subtitle: "", text: "一个面向复杂任务的智能体工作流编排平台.", url: "https://github.com/Yukigithubycf/AI-WorkFlow", show: true },
126126
// { go: "📝 前往", img: "/img/projects/proj-c.jpg", title: "学习笔记", subtitle: "", text: "一些学习笔记.", url: "", show: false },
127127
// { go: "👍 前往", img: "/img/sunshine.jpg", title: "Project 4", subtitle: "4,000 miles of wonder", text: "If you see this line, I've managed to get your attention.", url: "https://leleo.top", show: false },
128128
// { go: "🗃 前往", img: "/img/sunshine.jpg", title: "Project 5", subtitle: "5,000 miles of wonder", text: "If you see this line, I've managed to get your attention.", url: "https://leleo.top", show: false },

0 commit comments

Comments
 (0)