v1.5.5 fix bugs and new theme

This commit is contained in:
2024-07-08 15:14:30 +08:00
parent a3f1490db5
commit f842646d25
9 changed files with 31 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
import configparser
import sys,os
import fun
version = "1.5.0"
version = "1.5.5"
config = configparser.ConfigParser()
if not os.path.exists(os.path.expanduser('~') + '/.ashrc'):