Skip to content

Commit c337dbc

Browse files
docs: 更新在线文档链接和GitHub地址
1 parent 8105533 commit c337dbc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import 'tml-ui/dist/style.css'
5858

5959
## 📖 文档
6060

61-
访问 [在线文档](https://yourusername.github.io/tml-ui/) 查看完整的组件文档和示例。
61+
访问 [在线文档](https://time-machine-lab.github.io/TML-UI/) 查看完整的组件文档和示例。
6262

6363
## 📦 组件列表
6464

docs/.vitepress/config.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* @Author: Dhx
3+
* @Date: 2025-12-08 14:10:43
4+
* @Description:
5+
* @FilePath: \TmlUI\docs\.vitepress\config.ts
6+
*/
17
import { defineConfig } from 'vitepress'
28

39
export default defineConfig({
@@ -49,7 +55,7 @@ export default defineConfig({
4955
},
5056

5157
socialLinks: [
52-
{ icon: 'github', link: 'https://github.com/yourusername/tml-ui' }
58+
{ icon: 'github', link: 'https://github.com/Time-Machine-Lab/TML-UI' }
5359
],
5460

5561
footer: {

0 commit comments

Comments
 (0)