Spaces:
Running
Running
github-actions[bot]
commited on
Commit
·
7d83f09
1
Parent(s):
ebedb0f
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: 'Asia/Shanghai',
|
43 |
geolocation: { longitude: -73.935242, latitude: 40.730610 }, // 纽约坐标,可根据需要调整
|
44 |
permissions: ['geolocation'],
|
45 |
javaScriptEnabled: true,
|