Skip to content

Commit 1e1c15d

Browse files
committed
chore(docs): 更新 GitHub 仓库链接为新的用户名
1 parent 366dbde commit 1e1c15d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/src/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module.exports = {
8181
],
8282
},
8383
lastUpdated: '上次更新',
84-
repo: 'yourusername/element-x',
84+
repo: 'worryzyy/element-ui-x',
8585
docsDir: 'packages/docs/src',
8686
editLinks: true,
8787
editLinkText: '在 GitHub 上编辑此页',

docs/src/components/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
## 示例源码
2323

24-
所有示例的源码都可以在 [GitHub 仓库](https://github.com/yourusername/element-x) 找到。
24+
所有示例的源码都可以在 [GitHub 仓库](https://github.com/worryzyy/element-ui-x) 找到。
2525

2626
## 贡献示例
2727

docs/src/guide/quickstart.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@
106106
border-radius: 4px;
107107
max-width: 80%;
108108
}
109-
109+
.message.user {
110+
flex-direction: row-reverse;
111+
}
110112
.message.user .avatar {
111113
background-color: #67c23a;
112114
}

0 commit comments

Comments
 (0)