We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a12dd commit 2e444cfCopy full SHA for 2e444cf
1 file changed
src/constant.ts
@@ -6,8 +6,8 @@ import { getEntries } from "astro:content";
6
7
// 吊顶提示文案
8
export const TOPBAR = {
9
- "text": "下载《AI 应用 \u0026 AI Agent 开发新范式》电子书 了解构建 AI Agent 和 MCP Server 的一线实践。",
10
- "mobileText": "下载《AI 应用 \u0026 AI Agent 开发新范式》电子书,了解构建 AI Agent 和 MCP Server 的一线实践。",
+ "text": "下载《AI 应用 \u0026 AI Agent 开发新范式》电子书 了解构建 AI Agent 和 MCP Server 的一线实践。",
+ "mobileText": "下载《AI 应用 \u0026 AI Agent 开发新范式》电子书 了解构建 AI Agent 和 MCP Server 的一线实践。",
11
"link": "https://developer.aliyun.com/ebook/8442",
12
"target": "_blank",
13
"display": false
0 commit comments