mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2024-11-22 05:20:20 +08:00
Compare commits
2 Commits
dd098fcd08
...
14cfda3986
Author | SHA1 | Date | |
---|---|---|---|
14cfda3986 | |||
8156b5a9b7 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "zzz-signal-search-export",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"main": "./dist/electron/main/main.js",
|
||||
"author": "earthjasonlin <https://git.loliquq.cn/earthjasonlin>",
|
||||
"homepage": "https://github.com/earthjasonlin/zzz-signal-search-export",
|
||||
|
@ -36,7 +36,8 @@ const start = async (uids) => {
|
||||
throw new Error('数据为空')
|
||||
}
|
||||
const serverTimeZone = new Map([
|
||||
["prod_gf_cn", 8]
|
||||
["prod_gf_cn", 8],
|
||||
["prod_gf_jp", 8]
|
||||
])
|
||||
fulldata.forEach(data => {
|
||||
let timezone
|
||||
|
Loading…
x
Reference in New Issue
Block a user