Files
proxycast/docs/app.config.ts
T

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: [],
},
},
};