Skip to content

Commit 1c7f711

Browse files
committed
新增开放源码入口
1 parent 580c6e7 commit 1c7f711

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

js/main.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,9 @@
892892
return false;
893893
}
894894
doc = d;
895-
vOutput.value += ('\n\n\n## 文档 \n\n 通用文档见 [APIJSON通用文档](https://github.com/TommyLemon/APIJSON/blob/master/Document.md) \n\n' + d);
895+
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);
896898

897899
App.view = 'markdown';
898900
markdownToHTML(vOutput.value);

0 commit comments

Comments
 (0)