Skip to content

Commit b37b4c5

Browse files
committed
新增通用文档引导
1 parent d06223b commit b37b4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@
879879
return false;
880880
}
881881
doc = d;
882-
vOutput.value += ('\n\n\n## 文档 \n\n' + d);
882+
vOutput.value += ('\n\n\n## 文档 \n\n 通用文档见 [APIJSON通用文档](https://github.com/TommyLemon/APIJSON/blob/master/Document.md) \n\n' + d);
883883

884884
App.view = 'markdown';
885885
markdownToHTML(vOutput.value);

0 commit comments

Comments
 (0)