1
0
Fork 0

发布应用 阅读3

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
萌森 2024-07-30 18:52:18 +08:00
parent 87a672f70f
commit fc0c7356d3
2 changed files with 14 additions and 6 deletions

View File

@ -29,7 +29,7 @@ additionalProperties:
labelEn: Invite Code
required: false
type: text
- default: ""
- default: "true"
edit: true
envKey: READER_APP_CACHECHAPTERCONTENT
labelZh: 缓存章节内容

View File

@ -16,15 +16,23 @@
## 服务地址说明
> 全功能web端`http://{host_ip}:{port}`
> 1. 全功能web端
>
> 适配kindle的 simple-web (收费)`http://{host_ip}:{port}/simple-web`
> 访问地址:`http://{host_ip}:{port}`
>
> WebDAV同步配置`http://{host_ip}:{port}/reader3/webdav/`
> 用户需要自行注册账号
>
> 用户名 `default` 或 注册用户
> 2. 适配kindle的 simple-web (收费)
>
> 密码 `123456` 或 注册用户密码
> 访问地址:`http://{host_ip}:{port}/simple-web`
>
> 3. WebDAV同步配置
>
> 访问地址:`http://{host_ip}:{port}/reader3/webdav/`
>
> 用户名 `default` 或 用户名
>
> 密码 `123456` 或 用户密码
## 安装说明