Files
WebsiteTemplate/doc/api_project.js
2024-09-27 00:54:11 +08:00

2 lines
622 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

define({
"name": "怪客课堂",
"version": "1.1.0",
"description": "怪客课堂基于Nodejs + Koa2 + TypeScript 构建的网站",
"title": "怪客课堂",
"url": "http://www. geekhelp.cn/bmy/api",
"header": {
"title": "My own header title",
"content": "<h2>公共头部</h2>\n"
},
"footer": {
"title": "My own footer title",
"content": "<h2>公共底部</h2>\n"
},
"sampleUrl": false,
"defaultVersion": "0.0.0",
"apidoc": "0.3.0",
"generator": {
"name": "apidoc",
"time": "2020-06-02T15:46:28.433Z",
"url": "http://apidocjs.com",
"version": "0.19.0"
}
});