mirror of
https://github.com/Ad-closeNN/blog-fuwari.git
synced 2026-05-31 02:00:05 -04:00
docs: PCL Intelligence 主页说明书
1. 删除了 Background 背景图 2. 使用内置 Banner 功能 3. 优化文档内容描述 4. 修改一言的地址,并加上内置的一条一言,用于 429
This commit is contained in:
+4
-4
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user