Add Windows GUI and WXWork export support

This commit is contained in:
xincheng
2026-05-17 07:07:07 +08:00
38 changed files with 10005 additions and 887 deletions

View File

@@ -235,7 +235,7 @@ def main():
except (FileNotFoundError, json.JSONDecodeError):
config_raw = {}
db_dir = config['db_dir']
db_dir = os.path.expanduser(os.path.expandvars(config['db_dir']))
base_dir = os.path.dirname(db_dir)
attach_dir = os.path.join(base_dir, 'msg', 'attach')