File tree Expand file tree Collapse file tree 3 files changed +22
-5
lines changed
apps/docs/.vitepress/config Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 11## 1.0.0 (2024-12-07)
22
3- ### Features
3+ ### Features 新增
44
5- - ** @mylib/ui :** [ UI 组件库] ( ./packages/ui/CHANGELOG.md )
6- - ** @mylib/utils :** [ 工具库] ( ./packages/utils/CHANGELOG.md )
7- - ** @mylib/hooks :** [ Hooks 库] ( ./packages/hooks/CHANGELOG.md )
8- - ** @mylib/directives :** [ 自定义指令库] ( ./packages/directives/CHANGELOG.md )
5+ - ** @mylib/ui :** [ UI 组件库 ui component library ] ( ./packages/ui/CHANGELOG.md )
6+ - ** @mylib/utils :** [ 工具库 utility library ] ( ./packages/utils/CHANGELOG.md )
7+ - ** @mylib/hooks :** [ Hooks 库 hooks library ] ( ./packages/hooks/CHANGELOG.md )
8+ - ** @mylib/directives :** [ 自定义指令库 directives library ] ( ./packages/directives/CHANGELOG.md )
99<!-- ### Other Changes -->
1010- ** @mylib/typescript-config :** TypeScript 配置
1111- ** @mylib/prettier-config :** Prettier 配置
Original file line number Diff line number Diff line change @@ -10,6 +10,19 @@ export const en = defineConfig({
1010 { text : 'Home' , link : '/' } ,
1111 // { text: 'Others', link: '/markdown-examples' },
1212 { text : 'Blog' , link : 'https://huangmingfu.github.io/my-blog' } ,
13+ {
14+ text : 'More' ,
15+ items : [
16+ {
17+ text : 'Changelog' ,
18+ link : 'https://github.com/huangmingfu/vue3-turbo-component-lib-template/blob/master/CHANGELOG.md' ,
19+ } ,
20+ // {
21+ // text: 'Contribute',
22+ // link: '',
23+ // },
24+ ] ,
25+ } ,
1326 ] ,
1427 sidebar : [
1528 {
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ export const zh = defineConfig({
1717 text : '更新日志' ,
1818 link : 'https://github.com/huangmingfu/vue3-turbo-component-lib-template/blob/master/CHANGELOG.md' ,
1919 } ,
20+ // {
21+ // text: '参与贡献',
22+ // link: '',
23+ // },
2024 ] ,
2125 } ,
2226 ] ,
You can’t perform that action at this time.
0 commit comments