mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2026-01-25 14:20:09 +08:00
feat: UIGF-v4.1
This commit is contained in:
@@ -92,7 +92,7 @@ const importUIGF = async () => {
|
||||
try {
|
||||
const jsonData = fs.readJsonSync(filepath[0])
|
||||
if('info' in jsonData && 'version' in jsonData.info) {
|
||||
if (jsonData.info.version !== 'v4.0') {
|
||||
if (jsonData.info.version !== 'v4.0' && jsonData.info.version !== 'v4.1') {
|
||||
sendMsg('不支持此版本UIGF')
|
||||
console.error('不支持此版本UIGF')
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user