mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
use https://www.electronjs.org/docs/latest/api/web-contents-view to serve different tab views added tabs view manager in electron to handle multi-view actions and events. fix AF-1111 fix AF-999 fix PD-1459 fix AF-964 PD-1458
18 lines
418 B
JSON
18 lines
418 B
JSON
{
|
|
"name": "@affine-test/affine-desktop",
|
|
"private": true,
|
|
"scripts": {
|
|
"e2e": "yarn playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-test/fixtures": "workspace:*",
|
|
"@affine-test/kit": "workspace:*",
|
|
"@affine/electron-api": "workspace:*",
|
|
"@playwright/test": "=1.44.1",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"fs-extra": "^11.2.0",
|
|
"playwright": "=1.44.1"
|
|
},
|
|
"version": "0.15.0"
|
|
}
|