Spaces:
Paused
Paused
github-actions[bot] commited on
Commit ·
72dadb8
1
Parent(s): 7d83f09
Update from GitHub Actions
Browse files- src/index.ts +1 -1
src/index.ts
CHANGED
|
@@ -39,7 +39,7 @@ async function initGensparkContext() {
|
|
| 39 |
deviceScaleFactor: 1,
|
| 40 |
hasTouch: false,
|
| 41 |
locale: 'zh-CN',
|
| 42 |
-
timezoneId: '
|
| 43 |
geolocation: { longitude: -73.935242, latitude: 40.730610 }, // 纽约坐标,可根据需要调整
|
| 44 |
permissions: ['geolocation'],
|
| 45 |
javaScriptEnabled: true,
|
|
|
|
| 39 |
deviceScaleFactor: 1,
|
| 40 |
hasTouch: false,
|
| 41 |
locale: 'zh-CN',
|
| 42 |
+
timezoneId: 'America/New_York',
|
| 43 |
geolocation: { longitude: -73.935242, latitude: 40.730610 }, // 纽约坐标,可根据需要调整
|
| 44 |
permissions: ['geolocation'],
|
| 45 |
javaScriptEnabled: true,
|