Browse Source

Docsify Auto Published

willin 6 years ago
parent
commit
ff8a8fc423
2 changed files with 3 additions and 3 deletions
  1. 2 2
      config.js
  2. 1 1
      package.json

+ 2 - 2
config.js

@@ -22,7 +22,7 @@ function getReadState() {
 // Docsify配置
 window.$docsify = {
   name: '《团队领袖培养计划》',
-  repo: 'https://github.com/js-cool/leader.js.cool.git',
+  repo: 'https://github.com/willin/leader.js.cool.git',
   loadSidebar: true,
   subMaxLevel: 2,
   formatUpdated: '{YYYY}-{MM}-{DD} {HH}:{mm}',
@@ -65,7 +65,7 @@ window.$docsify = {
         document.body.appendChild(adScript);
       });
       hook.beforeEach(function (md) {
-        var url = 'https://github.com/js-cool/leader.js.cool/blob/master' + vm.route.file
+        var url = 'https://github.com/willin/leader.js.cool/blob/master' + vm.route.file
         var editUrl = '[:memo: 编辑本章节](' + url + ')\n'
         return md
           + '\n----\n'

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "leader.js.cool",
-  "version": "3.0.6",
+  "version": "3.0.7",
   "description": "不可替代的团队领袖培养计划",
   "main": "config.js",
   "scripts": {