Skip to content

Commit

Permalink
Merge pull request #98 from FriedRiceNoodles/feat/docs-site
Browse files Browse the repository at this point in the history
Feat/docs site
  • Loading branch information
FriedRiceNoodles authored Mar 24, 2024
2 parents fc13760 + b7a2d94 commit 33ec9c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export default defineConfig({
baidu: 'df33e0123cd576892df8bc4ac64788cf',
ga_v2: 'G-SC8THD4FR9',
},
sitemap: {
hostname: 'banana-ui.com',
},
themeConfig: {
name: 'Banana UI',
hideNameOnHeader: true,
Expand Down
2 changes: 1 addition & 1 deletion docs/doc-components/main-info/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function MainInfo() {
return (
<div className="main-info-wrapper">
{/* <div className="main-info-canvas"></div> */}
<img className="main-info-logo" src="/logos/main-logo-800.png" />
<img className="main-info-logo" src="/logos/main-logo-600.png" />
</div>
);
}
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
hero:
title: <img class="main-info-logo" src="/logos/main-logo-800.png" />
title: <img class="main-info-logo" src="/logos/main-logo-600.png" />
description: 一套可<strong>跨框架</strong>使用的、支持SSR的组件库
actions:
- text: 快速上手
Expand Down
Binary file added public/logos/main-logo-600.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33ec9c5

Please sign in to comment.