Skip to content

Commit

Permalink
docs: 主题更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Whbbit1999 committed Feb 20, 2024
1 parent 2e7ccc6 commit 38dc582
Show file tree
Hide file tree
Showing 5 changed files with 2,262 additions and 1,549 deletions.
27 changes: 15 additions & 12 deletions .dumirc.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
// import { defineConfig } from 'dumi';
// export default defineConfig({
// themeConfig: {
// name: 'SableChat',
// },
// });

export default {
import { defineConfig } from 'dumi';
export default defineConfig({
themeConfig: {
name: 'SableChat',
title: 'SableChat',
},
mfsu: false,
base: '/sable-chat-ui/',
publicPath: '/sable-chat-ui/',
};
npmClient: 'pnpm',
});

// export default {
// themeConfig: {
// name: 'SableChat',
// },
// title: 'SableChat',
// mfsu: false,
// base: '/sable-chat-ui/',
// publicPath: '/sable-chat-ui/',
// };
4 changes: 4 additions & 0 deletions docs/guide/updateLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ order: 2
- Avatar 组件
- Badge 组件

## 20240220 主题更新

使用 https://dumi-theme.lobehub.com/ 主题
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ hero:
title: SableChat UI
description: 0.0.1
actions:
- text: 文档
link: /
- text: 快速开始
link: /guide/guide
- text: GitHub
link: /
link: https://github.com/Whbbit1999/sable-chat-ui
features:
- title: Hello
emoji: 💎
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"dumi-theme-lobehub": "^1.7.6",
"styled-components": "^6.1.8"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 38dc582

Please sign in to comment.