Skip to content

Commit ef67416

Browse files
fix: update terraria and webleste to window mode due to sharedarray
1 parent 90fd4ff commit ef67416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/assets/js/common-1735118314.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ const preparePage = async () => {
946946
: () => {},
947947
// h5-nav
948948
item.custom && goProx[item.custom]
949-
? () => goProx[item.custom]('stealth')
949+
? () => goProx[item.custom]('window')
950950
: () => goFrame('{{route}}{{/archive/g/}}' + item.path),
951951
];
952952

0 commit comments

Comments
 (0)