mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-01 05:00:13 +00:00
enhance: browser data import
This commit is contained in:
parent
cec06e2e2c
commit
dea1a926ce
7 changed files with 1294 additions and 25 deletions
15
config/browser-profiles.json
Normal file
15
config/browser-profiles.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"profiles": {
|
||||
"userLogin": {
|
||||
"name": "profile_user_login",
|
||||
"partition": "user_login",
|
||||
"description": "Profile for user login browser"
|
||||
},
|
||||
"project": {
|
||||
"nameTemplate": "profile_{port}",
|
||||
"partitionTemplate": "project_{port}",
|
||||
"description": "Profile for project browser instances"
|
||||
}
|
||||
},
|
||||
"basePath": "~/.eigent/browser_profiles"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue