去除不必要的注释

This commit is contained in:
click33 2023-08-24 13:44:31 +08:00
parent 13ff5c8306
commit d59b27cc66

View File

@ -3,9 +3,6 @@
// 声明 docsify 插件
var isStarPlugin = function(hook, vm) {
// 切换文档的次数,每隔固定次数检测一下
let changePage = -1;
// 钩子函数:解析之前执行
hook.beforeEach(function(content) {
return content;