Skip to content

Commit

Permalink
feat: v3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
linyuan0213 committed Dec 16, 2024
1 parent ed280ca commit 04c14c1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@

在 nas-tools 设置 > 基础设置 > 实验室 里添加 部署的 ocr 容器网址,格式:http://127.0.0.1:9300

### 网页自动化(仿真)
安装 docker 镜像 linyuan0213/nas-tools-chrome

使用 docker-compose 参考 docker/compose.yml 文件

在 nas-tools 设置 > 基础设置 > 实验室 里添加 部署的 chrome 容器网址,格式:http://127.0.0.1:9850

### 插件

待完善
Expand All @@ -70,6 +77,18 @@

### 版本更新

#### v3.6.2

##### 功能优化
- 支持 YemaPT 和 OurBits签到
- 仿真拆分,支持大部分PT站点

##### 问题修复
- NT 推送下载不自动开始
- 数据统计部分站点显示问题
- 刷流时间间隔支持多个时间段
- 刷流时间间隔支持跨天

#### v3.6.1

##### 功能优化
Expand Down
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,19 @@ services:
start_period: 40s # 容器启动后多久开始检测 (default: 0s)
depends_on:
- ocr
- chrome

ocr:
image: linyuan0213/nas-tools-ocr:latest
container_name: nas-tools-ocr
ports:
- 9300:9300
restart: always

chrome:
image: linyuan0213/nas-tools-chrome:latest
container_name: nas-tools-chrome
shm-size: 2g # 共享内存大小
ports:
- 9300:9300
restart: always
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
APP_VERSION = 'v3.6.1'
APP_VERSION = 'v3.6.2'

0 comments on commit 04c14c1

Please sign in to comment.