增加中文路径提示

This commit is contained in:
shuaikangzhou
2023-11-03 23:24:23 +08:00
parent 091e814170
commit fa2399d27e
4 changed files with 32 additions and 18 deletions

View File

@@ -129,7 +129,7 @@ def decrypt(db, key):
if not db:
print('没有数据库文件')
return False
if os.path.exists('./app/DataBase/Msg.db'):
if is_db_exist():
print('/app/DataBase/Msg.db 已经存在')
return True
cmd = './sqlcipher-3.0.1/bin/sqlcipher-shell32.exe'