feat: 支持多窗口并行且支持账号数据隔离

This commit is contained in:
foxhui
2025-12-14 19:07:20 +08:00
Unverified
parent d3129d0641
commit 11c768d73f
19 changed files with 1822 additions and 931 deletions
+12
View File
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.0.0] - 2025-12-14
### Added
- **支持多窗口多账号**
- 支持多个窗口并行进行任务,支持浏览器实例之间的数据隔离
- Cookies 获取接口可指定浏览器实例
### Changed
- **配置文件重构**
- 配置文件格式几乎重构,请重新复制模板修改
## [2.4.0] - 2025-12-13
### Added