From 5bbb6bf0684920f4fc7321b555178c844f542b78 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 7 Feb 2026 12:08:27 -0500 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=B7=A8=E8=BC=AF=E6=8C=89?= =?UTF-8?q?=E9=88=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 62 ++++++++++++++++++++++++++++++++++++++++-- docs/write-a-plugin.md | 2 +- 2 files changed, 61 insertions(+), 3 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 36577d1..c3a2058 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,21 +1,79 @@ + + + + + + - + + + + + + + + + + + - {} + + + + + + + + 1716613044992 + + \ No newline at end of file diff --git a/docs/write-a-plugin.md b/docs/write-a-plugin.md index 291515f..3beea25 100644 --- a/docs/write-a-plugin.md +++ b/docs/write-a-plugin.md @@ -81,7 +81,7 @@ window.$docsify = { function(hook, vm) { hook.beforeEach(function(html) { var url = - 'https://github.com/docsifyjs/docsify/blob/master/docs/' + + 'https://github.com/iSharkFly-Docs/docsify-docs/tree/master/docs/' + vm.route.file; var editHtml = '[📝 EDIT DOCUMENT](' + url + ')\n';