调整device、network的接口位置

This commit is contained in:
fofolee
2025-01-24 18:25:54 +08:00
parent e097678c93
commit 9ade7095a9
2 changed files with 10 additions and 10 deletions

View File

@@ -16,6 +16,6 @@ module.exports = {
...browserManager,
...cookie,
...screenshot,
...device,
...network,
device,
network,
};