mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2024-11-10 07:40:22 +08:00
Compare commits
No commits in common. "14cfda398619967757ee1034b083e3f09d9d9bbc" and "dd098fcd085159547be41a04fe45d22b990dfe35" have entirely different histories.
14cfda3986
...
dd098fcd08
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "zzz-signal-search-export",
|
"name": "zzz-signal-search-export",
|
||||||
"version": "1.0.10",
|
"version": "1.0.9",
|
||||||
"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,8 +36,7 @@ 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user