Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Commit c45f0dc

Browse files
committed
revert: 修复主入口文件 4.3.1 (2022-09-04) 🥰🥰🥰
1 parent 6f4c6fa commit c45f0dc

File tree

7 files changed

+15
-38
lines changed

7 files changed

+15
-38
lines changed

CHANGELOG.en-US.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ For more information, please refer to the Chinese update log.
44

55
[Chinese](https://github.com/Tyh2001/tyh-ui2/blob/master/CHANGELOG.md) | English
66

7+
## 4.3.1 (2022-09-04)
8+
9+
- Repair main entry file
10+
711
## 4.3.0 (2022-09-04)
812

913
- Fix build issues

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Chinese | [English](https://github.com/Tyh2001/tyh-ui2/blob/master/CHANGELOG.en-US.md)
44

5+
## 4.3.1 (2022-09-04)
6+
7+
- 修复主入口文件
8+
59
## 4.3.0 (2022-09-04)
610

711
- 修复构建问题

docs/docs/.vitepress/config.ts

+2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ export default defineConfig({
1515
]
1616
],
1717
description,
18+
lastUpdated: true,
1819
themeConfig: {
20+
lastUpdatedText: '最后更新时间',
1921
nav,
2022
sidebar,
2123
socialLinks: [

docs/docs/.vitepress/theme/style/vitepress.scss

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
:root {
2+
--vp-c-green: #3a6ff4;
3+
}
4+
15
.sidebar-link-item.active {
26
background: rgba(82, 179, 94, 0.1);
37
}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const description = ''
1+
export const description = 'Tyh Ui2,Vue3 组件库一个轻量级组件库,基于 vue3 + typescript,全面拥抱 vue3'

docs/docs/.vitepress/utils/nav.ts

-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ export const nav = [
99
activeMatch: '^/components/',
1010
link: '/components/button'
1111
},
12-
{
13-
text: '关于',
14-
activeMatch: '^/about/',
15-
link: '/about/about'
16-
},
1712
{
1813
text: '旧版文档',
1914
link: 'https://tianyuhao.cn/v3-old'

docs/docs/about/about.md

-32
This file was deleted.

0 commit comments

Comments
 (0)