Release 2.5.5

main
ColdWindScholar 2023-08-16 10:22:44 +08:00
parent c18686a93b
commit f0357d3bf5
4 changed files with 8 additions and 2 deletions

View File

@ -39,4 +39,4 @@ Forever free, User first
Good Tools,In here!
Written by MIO-KITCHEN-TEAM
```
#### ColdWindScholar(3590361911@qq.com) All rights reserved.
#### ColdWindScholar(3590361911@qq.com) All rights reserved. ####

View File

@ -2,7 +2,7 @@
theme = dark
path =
update_url = https://raw.github.com/zjadzhd/MIO-KITCHEN/main/
version = 2.5.5
version = 2.5.6
barlevel = 0.98
key = MIO-PUBLIC-BETA-KEY
oobe = 4

2
load_window.py Normal file
View File

@ -0,0 +1,2 @@
import pyi_splash
pyi_splash.close()

View File

@ -1,4 +1,8 @@
#!/usr/bin/env python3
try:
import load_window
except ModuleNotFoundError:
pass
import json
import os.path
import shlex