Browse Source

Api docs update

master
filesite 2 years ago
parent
commit
7ca70e0f4c
  1. 3
      Admin.md
  2. 2
      README.md

3
Admin.md

@ -129,9 +129,11 @@
| /api/rename/ | 重命名目录/文件 | ✓ | from, to, [parent] | | /api/rename/ | 重命名目录/文件 | ✓ | from, to, [parent] |
| /api/uploadbase64/ | 上传base64格式文件 | ✓ | file, name, [parent] | | /api/uploadbase64/ | 上传base64格式文件 | ✓ | file, name, [parent] |
| /api/switchtheme/ | 更换皮肤 | ✓ | theme, [contentdir] | | /api/switchtheme/ | 更换皮肤 | ✓ | theme, [contentdir] |
| /api/config/ | 系统配置 | ✓ | - |
参数说明: 参数说明:
* - 表示无参数
* 更换皮肤接口参数theme,可选值:```['manual', 'webdirectory', 'googleimage', 'videoblog']``` * 更换皮肤接口参数theme,可选值:```['manual', 'webdirectory', 'googleimage', 'videoblog']```
* 更换皮肤接口参数contentdir为可选,是一个目录名,不能包含斜杠```/```字符 * 更换皮肤接口参数contentdir为可选,是一个目录名,不能包含斜杠```/```字符
@ -141,7 +143,6 @@
| 地址 | 说明 | 状态 | 参数 | | 地址 | 说明 | 状态 | 参数 |
| ---- | ---- | ---- | ---- | | ---- | ---- | ---- | ---- |
| /api/download/ | 下载文件 | - | - | | /api/download/ | 下载文件 | - | - |
| /api/config/ | 系统配置 | - | - |
| /api/changepwd/ | 修改密码 | - | - | | /api/changepwd/ | 修改密码 | - | - |
| /api/zip/ | zip打包目录 | - | - | | /api/zip/ | zip打包目录 | - | - |
| /api/unzip/ | zip包解压缩 | - | - | | /api/unzip/ | zip包解压缩 | - | - |

2
README.md

@ -131,7 +131,7 @@ http://127.0.0.1:1080
FileSite.io官方提供的皮肤都包含在最新版的源码目录```themes/```中,详情如下: FileSite.io官方提供的皮肤都包含在最新版的源码目录```themes/```中,详情如下:
| 皮肤名称 | 目录 | 适用网站类型 | | 皮肤名称 | 皮肤目录 | 适用网站类型 |
| ---- | ---- | ---- | | ---- | ---- | ---- |
| WebDirectory | webdirectory | 导航站 | | WebDirectory | webdirectory | 导航站 |
| Manual | manual | 文档站 | | Manual | manual | 文档站 |

Loading…
Cancel
Save