We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8105533 commit c337dbcCopy full SHA for c337dbc
2 files changed
README.md
@@ -58,7 +58,7 @@ import 'tml-ui/dist/style.css'
58
59
## 📖 文档
60
61
-访问 [在线文档](https://yourusername.github.io/tml-ui/) 查看完整的组件文档和示例。
+访问 [在线文档](https://time-machine-lab.github.io/TML-UI/) 查看完整的组件文档和示例。
62
63
## 📦 组件列表
64
docs/.vitepress/config.ts
@@ -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
+ */
7
import { defineConfig } from 'vitepress'
8
9
export default defineConfig({
@@ -49,7 +55,7 @@ export default defineConfig({
49
55
},
50
56
51
57
socialLinks: [
52
- { icon: 'github', link: 'https://github.com/yourusername/tml-ui' }
+ { icon: 'github', link: 'https://github.com/Time-Machine-Lab/TML-UI' }
53
],
54
footer: {
0 commit comments