support virtools 3.0 file

This commit is contained in:
2023-07-18 20:34:14 +08:00
parent 6101c939f6
commit 1f7d6c0e9e
10 changed files with 1840 additions and 69 deletions

View File

@ -7,7 +7,7 @@ import re
g_EnableDebugging = False
g_VirtoolsVersion: tuple[str] = (
'25', '35', '40', '50',
'25', '30', '35', '40', '50',
)
if g_EnableDebugging: