根据接口返回的数据,
/api/config
GET请求,无参数。
{ "code": 1, "msg": "", "err": "", "data": { "version": "0.1.0", "supportedThemes": { "manual": "文档站", "webdirectory": "导航站", "googleimage": "图片站", "videoblog": "视频站" }, "currentTheme": "googleimage", "admin_captcha": true, "admin_maxUploadFileSize": 20971520, "admin_supportedFileTypes": [ "image/jpeg", "image/png", "image/webp", "image/gif" ], "admin_maxUploadFileNumber": 5 }, "page_time_cost": 50 }
其中:
No due date set.
This issue currently doesn't have any dependencies.
Deleting a branch is permanent. It CANNOT be undone. Continue?
需求
根据接口返回的数据,
接口
/api/config
GET请求,无参数。
接口返回值示例
其中: