mirror of
				https://github.com/earthjasonlin/zzz-signal-search-export.git
				synced 2025-11-04 22:20:10 +08:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			dd098fcd08
			...
			14cfda3986
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						14cfda3986
	
				 | 
					
					
						|||
| 
						
						
							
						
						8156b5a9b7
	
				 | 
					
					
						
@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user