@@ -230,75 +230,75 @@ bun dev
230230
231231#### Site Configuration (站点配置)
232232
233- | 字段 | 说明 | 默认值 |
234- | ------| ------| --------|
235- | ` site.baseAccount ` | GitHub 用户名或组织名 | (必填) |
236- | ` site.type ` | 账户类型:` "user" ` 或 ` "org" ` | ` "user" ` |
237- | ` site.website.title ` | 浏览器标签页标题 | ` "GitHub Profile" ` |
238- | ` site.website.favicon ` | 网站图标路径(相对于 public 文件夹) | ` "/favicon.svg" ` |
233+ | 字段 | 说明 | 默认值 |
234+ | ---------------------- | ------------------------------------ | ------------------ |
235+ | ` site.baseAccount ` | GitHub 用户名或组织名 | (必填) |
236+ | ` site.type ` | 账户类型:` "user" ` 或 ` "org" ` | ` "user" ` |
237+ | ` site.website.title ` | 浏览器标签页标题 | ` "GitHub Profile" ` |
238+ | ` site.website.favicon ` | 网站图标路径(相对于 public 文件夹) | ` "/favicon.svg" ` |
239239
240240#### Theme Configuration (主题配置)
241241
242- | 字段 | 说明 | 默认值 |
243- | ------| ------| --------|
244- | ` theme.preset ` | 主题预设名称 | ` "default" ` |
245- | ` theme.colors.accent ` | 强调色(主题预设决定实际颜色) | - |
246- | ` theme.colors.heading ` | 标题文字颜色类名 | - |
247- | ` theme.colors.body ` | 正文文字颜色类名 | - |
248- | ` theme.colors.muted ` | 辅助文字颜色类名 | - |
249- | ` theme.background.main ` | 主背景色 | ` #0d1117 ` |
250- | ` theme.background.gradient ` | 背景渐变样式 | - |
242+ | 字段 | 说明 | 默认值 |
243+ | --------------------------- | ------------------------------ | ----------- |
244+ | ` theme.preset ` | 主题预设名称 | ` "default" ` |
245+ | ` theme.colors.accent ` | 强调色(主题预设决定实际颜色) | - |
246+ | ` theme.colors.heading ` | 标题文字颜色类名 | - |
247+ | ` theme.colors.body ` | 正文文字颜色类名 | - |
248+ | ` theme.colors.muted ` | 辅助文字颜色类名 | - |
249+ | ` theme.background.main ` | 主背景色 | ` #0d1117 ` |
250+ | ` theme.background.gradient ` | 背景渐变样式 | - |
251251
252252#### Base Section Configuration (主区域配置)
253253
254- | 字段 | 说明 | 默认值 |
255- | ------| ------| --------|
256- | ` sections.base.enabled ` | 是否显示主区域 | ` true ` |
257- | ` sections.base.scrollTipLabel ` | 滚动提示文字 | ` "More Info" ` |
258- | ` sections.base.logoSrc ` | 自定义 Logo 图片 URL | - |
259- | ` sections.base.logoScale ` | Logo 缩放比例 (0.5-2) | ` 1 ` |
260- | ` sections.base.disableLogo ` | 是否禁用 Logo 显示 | ` false ` |
261- | ` sections.base.nameFontFamily ` | 名称字体类名 | - |
262- | ` sections.base.nameSize ` | 名称字体大小 (` sm ` /` base ` /` lg ` /` xl ` /` 2xl ` /` 3xl ` /` 4xl ` /` 5xl ` /` 6xl ` /` 7xl ` ) | - |
263- | ` sections.base.nameText ` | 自定义名称文本(覆盖 GitHub 显示名称) | - |
264- | ` sections.base.disableName ` | 是否禁用名称显示 | ` false ` |
265- | ` sections.base.descriptionFontFamily ` | 描述字体类名 | - |
266- | ` sections.base.descriptionSize ` | 描述字体大小 (` sm ` /` base ` /` lg ` /` xl ` /` 2xl ` ) | - |
267- | ` sections.base.descriptionText ` | 自定义描述文本(覆盖 GitHub 简介) | - |
268- | ` sections.base.disableDescription ` | 是否禁用描述显示 | ` false ` |
254+ | 字段 | 说明 | 默认值 |
255+ | ------------------------------------- | ------------------------------------------------------------------------ | ------------- |
256+ | ` sections.base.enabled ` | 是否显示主区域 | ` true ` |
257+ | ` sections.base.scrollTipLabel ` | 滚动提示文字 | ` "More Info" ` |
258+ | ` sections.base.logoSrc ` | 自定义 Logo 图片 URL | - |
259+ | ` sections.base.logoScale ` | Logo 缩放比例 (0.5-2) | ` 1 ` |
260+ | ` sections.base.disableLogo ` | 是否禁用 Logo 显示 | ` false ` |
261+ | ` sections.base.nameFontFamily ` | 名称字体类名 | - |
262+ | ` sections.base.nameSize ` | 名称字体大小 (` sm ` /` base ` /` lg ` /` xl ` /` 2xl ` /` 3xl ` /` 4xl ` /` 5xl ` /` 6xl ` /` 7xl ` ) | - |
263+ | ` sections.base.nameText ` | 自定义名称文本(覆盖 GitHub 显示名称) | - |
264+ | ` sections.base.disableName ` | 是否禁用名称显示 | ` false ` |
265+ | ` sections.base.descriptionFontFamily ` | 描述字体类名 | - |
266+ | ` sections.base.descriptionSize ` | 描述字体大小 (` sm ` /` base ` /` lg ` /` xl ` /` 2xl ` ) | - |
267+ | ` sections.base.descriptionText ` | 自定义描述文本(覆盖 GitHub 简介) | - |
268+ | ` sections.base.disableDescription ` | 是否禁用描述显示 | ` false ` |
269269
270270#### Members Section Configuration (成员区域配置)
271271
272- | 字段 | 说明 | 默认值 |
273- | ------| ------| --------|
274- | ` sections.members.enabled ` | 是否显示成员区域 | ` true ` |
275- | ` sections.members.title.title ` | 区域标题 | ` "Group Members" ` |
276- | ` sections.members.title.description ` | 区域描述 | ` "A young, active and innovative team" ` |
277- | ` sections.members.title.accentColor ` | 渐变色类名 | - |
278- | ` sections.members.countLabel ` | 成员数量标签后缀 | ` "members" ` |
279- | ` sections.members.hiddenUsers ` | 隐藏成员占位数量 | ` 0 ` |
280- | ` sections.members.owner ` | 组织所有者用户名(显示特殊标识) | - |
281- | ` sections.members.appendUsers ` | 额外添加的成员用户名列表 | ` [] ` |
282- | ` sections.members.separatorColor ` | 分隔线颜色类名 | - |
272+ | 字段 | 说明 | 默认值 |
273+ | ------------------------------------ | -------------------------------- | --------------------------------------- |
274+ | ` sections.members.enabled ` | 是否显示成员区域 | ` true ` |
275+ | ` sections.members.title.title ` | 区域标题 | ` "Group Members" ` |
276+ | ` sections.members.title.description ` | 区域描述 | ` "A young, active and innovative team" ` |
277+ | ` sections.members.title.accentColor ` | 渐变色类名 | - |
278+ | ` sections.members.countLabel ` | 成员数量标签后缀 | ` "members" ` |
279+ | ` sections.members.hiddenUsers ` | 隐藏成员占位数量 | ` 0 ` |
280+ | ` sections.members.owner ` | 组织所有者用户名(显示特殊标识) | - |
281+ | ` sections.members.appendUsers ` | 额外添加的成员用户名列表 | ` [] ` |
282+ | ` sections.members.separatorColor ` | 分隔线颜色类名 | - |
283283
284284#### Projects Section Configuration (项目区域配置)
285285
286- | 字段 | 说明 | 默认值 |
287- | ------| ------| --------|
288- | ` sections.projects.enabled ` | 是否显示项目区域 | ` true ` |
289- | ` sections.projects.title.title ` | 区域标题 | ` "Featured Projects" ` |
290- | ` sections.projects.title.description ` | 区域描述 | ` "A collection of open source work and experiments" ` |
291- | ` sections.projects.title.accentColor ` | 渐变色类名 | - |
292- | ` sections.projects.emptyText ` | 无项目时显示文字 | ` "No projects found" ` |
293- | ` sections.projects.hideViewAll ` | 是否隐藏"查看全部仓库"链接 | ` false ` |
294- | ` sections.projects.hiddenRepos ` | 要隐藏的仓库名称列表 | ` [] ` |
286+ | 字段 | 说明 | 默认值 |
287+ | ------------------------------------- | -------------------------- | ---------------------------------------------------- |
288+ | ` sections.projects.enabled ` | 是否显示项目区域 | ` true ` |
289+ | ` sections.projects.title.title ` | 区域标题 | ` "Featured Projects" ` |
290+ | ` sections.projects.title.description ` | 区域描述 | ` "A collection of open source work and experiments" ` |
291+ | ` sections.projects.title.accentColor ` | 渐变色类名 | - |
292+ | ` sections.projects.emptyText ` | 无项目时显示文字 | ` "No projects found" ` |
293+ | ` sections.projects.hideViewAll ` | 是否隐藏"查看全部仓库"链接 | ` false ` |
294+ | ` sections.projects.hiddenRepos ` | 要隐藏的仓库名称列表 | ` [] ` |
295295
296296#### Footer Section Configuration (页脚配置)
297297
298- | 字段 | 说明 | 默认值 |
299- | ------| ------| --------|
300- | ` sections.footer.enabled ` | 是否显示页脚 | ` true ` |
301- | ` sections.footer.customText ` | 自定义页脚文字 | - |
298+ | 字段 | 说明 | 默认值 |
299+ | ------------------------------- | ------------------------- | ------- |
300+ | ` sections.footer.enabled ` | 是否显示页脚 | ` true ` |
301+ | ` sections.footer.customText ` | 自定义页脚文字 | - |
302302| ` sections.footer.hideBuiltWith ` | 是否隐藏"Built with" 署名 | ` false ` |
303303
304304### 仓库过滤配置
0 commit comments