Skip to content

Commit 151da8e

Browse files
committed
chore(meta): refresh repo description and links
1 parent 78ece44 commit 151da8e

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mison/ling",
33
"version": "1.0.2",
4-
"description": "AI Agent templates - Skills, Agents, and Workflows for enhanced coding assistance",
4+
"description": "面向 Gemini CLI、Antigravity 与 Codex 的中文 AI Agent 模板工具包",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/MisonL/Ling.git"
@@ -18,7 +18,10 @@
1818
"skills",
1919
"templates"
2020
],
21-
"author": "vudovn",
21+
"author": "Mison",
22+
"contributors": [
23+
"vudovn"
24+
],
2225
"license": "MIT",
2326
"scripts": {
2427
"clean": "node scripts/clean.js",

web/src/app/layout.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,20 @@ export const viewport: Viewport = {
2424

2525
export const metadata: Metadata = {
2626
title: "灵轨(Ling) - AI Agent 能力扩展工具包",
27-
description: "包含技能、规则与工作流的 AI Agent 模板集合,帮助 Antigravity 编码助手提效。",
28-
metadataBase: new URL("https://antigravity-kit.vercel.app/"),
27+
description: "面向 Gemini CLI、Antigravity 与 Codex 的中文 AI Agent 模板集合,包含技能、规则与工作流。",
28+
metadataBase: new URL("https://github.com/MisonL/Ling"),
2929
robots: {
3030
index: true,
3131
follow: true,
3232
},
3333
openGraph: {
3434
type: "website",
3535
locale: "zh_CN",
36-
url: "https://antigravity-kit.vercel.app/",
36+
url: "https://github.com/MisonL/Ling",
3737
siteName: "灵轨(Ling)",
38-
images: ["/images/logo.png"],
38+
images: [
39+
"https://raw.githubusercontent.com/MisonL/Ling/main/web/public/images/logo.png",
40+
],
3941
},
4042
};
4143

0 commit comments

Comments
 (0)