From c59c1b9fc4d8b814ba7e5c8daff2bed32c9a70bf Mon Sep 17 00:00:00 2001 From: "WIN-ALB39P9B6BU\\Docker" Date: Mon, 22 Jun 2026 10:49:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=80=E4=BA=9B=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E6=8F=8F=E8=BF=B0=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + starter.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e4f04b4..f98dc7e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ starter.dist/starter.dll build/ .vscode/ example.db.bak +venv/ diff --git a/starter.spec b/starter.spec index a179a00..429033b 100644 --- a/starter.spec +++ b/starter.spec @@ -4,7 +4,7 @@ a = Analysis( ['starter.py'], pathex=[], binaries=[], - datas=[('xtquant/xtdata.ini', 'xtquant')], # xtdata 依赖的配置文件 + datas=[('xtquant/xtdata.ini', 'xtquant'), ('.flet/client', '.flet/client')], # xtdata 依赖的配置文件 hiddenimports=['brotli', 'brotli.encoding'], hookspath=[], hooksconfig={},