Compare commits

...

2 Commits

Author SHA1 Message Date
14cfda3986
chore: bump version to 1.0.10 2024-07-24 21:02:40 +08:00
8156b5a9b7
fix: UIGF prod_gf_jp timezone 2024-07-24 21:00:50 +08:00
2 changed files with 3 additions and 2 deletions

@ -1,6 +1,6 @@
{ {
"name": "zzz-signal-search-export", "name": "zzz-signal-search-export",
"version": "1.0.9", "version": "1.0.10",
"main": "./dist/electron/main/main.js", "main": "./dist/electron/main/main.js",
"author": "earthjasonlin <https://git.loliquq.cn/earthjasonlin>", "author": "earthjasonlin <https://git.loliquq.cn/earthjasonlin>",
"homepage": "https://github.com/earthjasonlin/zzz-signal-search-export", "homepage": "https://github.com/earthjasonlin/zzz-signal-search-export",

@ -36,7 +36,8 @@ const start = async (uids) => {
throw new Error('数据为空') throw new Error('数据为空')
} }
const serverTimeZone = new Map([ const serverTimeZone = new Map([
["prod_gf_cn", 8] ["prod_gf_cn", 8],
["prod_gf_jp", 8]
]) ])
fulldata.forEach(data => { fulldata.forEach(data => {
let timezone let timezone