1
0
mirror of https://gitee.com/tawords/tawords-docs synced 2025-09-12 05:01:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

no message

This commit is contained in:
2021-08-18 18:32:54 +08:00
parent 385ee53ee1
commit a3ac821d10
4 changed files with 166 additions and 3 deletions

View File

@@ -137,7 +137,7 @@
hook.beforeEach(function(content) {
var url = 'https://gitee.com/tawords/tawords-docs/blob/master/docs/' + vm.route.file;
var editHtml = '\n[📝 在Gitee上编辑当前文档](' + url + ')\n';
var editHtml = '\n\n[📝 在Gitee上编辑当前文档](' + url + ')\n\n';
var updateTimeHtml = '\n\n' + '<p align="right" style="opacity: 0.6;">更新时间:{docsify-updated}</p>' + '\n\n';