We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580c6e7 commit 1c7f711Copy full SHA for 1c7f711
js/main.js
@@ -892,7 +892,9 @@
892
return false;
893
}
894
doc = d;
895
- vOutput.value += ('\n\n\n## 文档 \n\n 通用文档见 [APIJSON通用文档](https://github.com/TommyLemon/APIJSON/blob/master/Document.md) \n\n' + d);
+ vOutput.value += (
896
+ '\n\n#### 开放源码 \n APIJSON前后各端: [https://github.com/TommyLemon/APIJSON](https://github.com/TommyLemon/APIJSON) \n APIJSON在线工具: [https://github.com/TommyLemon/APIJSONAuto](https://github.com/TommyLemon/APIJSONAuto) \n\n'
897
+ + '\n\n\n## 文档 \n\n 通用文档见 [APIJSON通用文档](https://github.com/TommyLemon/APIJSON/blob/master/Document.md) \n\n' + d);
898
899
App.view = 'markdown';
900
markdownToHTML(vOutput.value);
0 commit comments