mirror of
https://github.com/aiclientproxy/proxycast.git
synced 2026-09-24 23:10:56 +08:00
42 lines
778 B
TypeScript
42 lines
778 B
TypeScript
export default {
|
|
docus: {
|
|
title: "Lime",
|
|
description: "把你的 AI 客户端额度用到任何地方",
|
|
url: "https://aiclientproxy.github.io/lime",
|
|
|
|
image: "/images/logo-banner.svg",
|
|
|
|
socials: {
|
|
github: "aiclientproxy/lime",
|
|
},
|
|
|
|
header: {
|
|
logo: true,
|
|
title: "Lime",
|
|
showLinkIcon: true,
|
|
},
|
|
|
|
aside: {
|
|
level: 0,
|
|
collapsed: false,
|
|
exclude: [],
|
|
},
|
|
|
|
footer: {
|
|
credits: {
|
|
icon: "",
|
|
text: "Made with 💜 by Lime Team",
|
|
href: "https://github.com/aiclientproxy",
|
|
},
|
|
textLinks: [
|
|
{
|
|
text: "GitHub",
|
|
href: "https://github.com/aiclientproxy/lime",
|
|
target: "_blank",
|
|
},
|
|
],
|
|
iconLinks: [],
|
|
},
|
|
},
|
|
};
|