新增文档,修复小bug,更新版本

This commit is contained in:
2023-01-05 17:30:36 +08:00
parent be40f8f920
commit d64540bfd0
5 changed files with 105 additions and 24 deletions

4
msctPkgver/bdxRead.py Normal file
View File

@ -0,0 +1,4 @@
import brotli
input(brotli.decompress(open(input("BDX文件"),'rb').read()[3:]))