V1.2.0 功能发布

This commit is contained in:
ant-black
2026-05-09 17:30:16 +08:00
parent 70132417ad
commit 5b4daa2cc6
100 changed files with 4317 additions and 613 deletions
+2 -6
View File
@@ -1,4 +1,4 @@
import type { BrowserCore, BrowserProfile, BrowserProxy, BrowserSettings } from '../types'
import type { BrowserCore, BrowserProfile, BrowserProxy, BrowserSettings } from '../types'
export async function getBindings() {
try {
@@ -21,11 +21,7 @@ export function createDefaultBrowserSettings(): BrowserSettings {
userDataRoot: 'data',
defaultFingerprintArgs: [],
defaultLaunchArgs: [],
defaultStartUrls: [
'https://ippure.com/',
'https://iplark.com/',
'https://ping0.cc/',
],
defaultStartUrls: [],
restoreLastSession: false,
startReadyTimeoutMs: 3000,
startStableWindowMs: 1200,