feat: UIGF-v4.1

This commit is contained in:
2025-10-06 15:47:54 +08:00
parent 0c317f78b3
commit b496dd870c
4 changed files with 4 additions and 4 deletions

View File

@@ -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