diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 83afee4..2656858 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,7 @@
-
+
@@ -59,7 +59,7 @@
1706942673858
-
+
@@ -93,7 +93,15 @@
1711413264699
-
+
+
+ 1711414937667
+
+
+
+ 1711414937667
+
+
@@ -104,6 +112,7 @@
-
+
+
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
index 8c692af..6f8d9fe 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -79,7 +79,7 @@
'/ru-ru/(.*)':
'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1',
'/zh-cn/(.*)':
- 'https://src.isharkfly.com/iSharkFly-Docs/docsify-docs-cn/raw/branch/main/docs/$1.md',
+ 'https://src.isharkfly.com/iSharkFly-Docs/docsify-docs-cn/raw/branch/main/docs/$1',
},
auto2top: true,
coverpage: true,
@@ -182,9 +182,12 @@
.replace('raw.githubusercontent.com', 'github.com')
.replace(/\/master/, '/blob/master');
} else if (/jsdelivr\.net/.test(vm.route.file)) {
+ console.log(vm.route.file)
url = vm.route.file
.replace('cdn.jsdelivr.net/gh', 'github.com')
.replace('@master', '/blob/master');
+ url ="https://src.isharkfly.com/iSharkFly-Docs/docsify-docs-cn/raw/branch/main/docs/custom-navbar.md"
+ console.log(url)
} else {
url =
'https://github.com/docsifyjs/docsify/blob/develop/docs/' +