docs: PCL Intelligence 主页说明书

1. 删除了 Background 背景图
2. 使用内置 Banner 功能
3. 优化文档内容描述
4. 修改一言的地址,并加上内置的一条一言,用于 429
This commit is contained in:
Ad-closeNN
2025-08-10 15:57:09 +08:00
parent fcbbff2fa4
commit 1e836a0856
20 changed files with 210 additions and 54 deletions
+4 -4
View File
@@ -17,13 +17,13 @@ export const siteConfig: SiteConfig = {
fixed: false, // Hide the theme color picker for visitors
},
banner: {
enable: false,
src: "assets/images/demo-banner.png", // Relative to the /src directory. Relative to the /public directory if it starts with '/'
enable: true,
src: "/assets/apache_carbon.svg", // Relative to the /src directory. Relative to the /public directory if it starts with '/'
position: "center", // Equivalent to object-position, only supports 'top', 'center', 'bottom'. 'center' by default
credit: {
enable: true, // Display the credit text of the banner image
text: "a", // Credit text to be displayed
url: "", // (Optional) URL link to the original artwork or artist's page
text: "Carbon", // Credit text to be displayed
url: "https://carbon.now.sh", // (Optional) URL link to the original artwork or artist's page
},
},
background: {