提交 cb033cf0 编写于 作者: Y yanglbme

fix: update index.html and README.md

上级 d109c3e6
......@@ -174,7 +174,7 @@
## Doocs 社区优质项目
GitHub 技术社区 [Doocs](https://github.com/doocs),致力于打造一个内容完整、持续成长的互联网开发者学习生态圈!以下是 Doocs 的一些优秀项目,欢迎各位开发者朋友持续保持关注。
Doocs 技术社区,致力于打造一个内容完整、持续成长的互联网开发者学习生态圈!以下是 Doocs 旗下的一些优秀项目,欢迎各位开发者朋友持续保持关注。
| # | 项目名称 | 项目描述 |
|---|---|---|
......
......@@ -64,7 +64,7 @@
'/docs/high-concurrency/',
'/docs/distributed-system/',
'/docs/high-availability/',
'/docs/micor-services/',
'/docs/micro-services/',
'/docs/big-data/',
],
depth: 3
......@@ -85,8 +85,12 @@
} else {
url = 'https://github.com/doocs/advanced-java/blob/master/' + vm.route.file
}
const edit = en ? 'Edit on GitHub' : '在 GitHub 编辑'
const editHtml = `[:memo: ${edit}](${url})\n`
const github = `[GitHub](${url})`
const gitee = `[Gitee](${url.replace("github", "gitee")})`
const editHtml = en ? `:memo: 在 ${github} / ${gitee} 编辑\n` : `:memo: Edit on ${github} / ${gitee}\n`;
if (vm.route.path == '/') {
return editHtml + content;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册