From 746fe75adc1d75d342c7aefda988324e0b5a81cb Mon Sep 17 00:00:00 2001 From: xunbu Date: Sun, 11 May 2025 21:52:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=8C=96ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .idea/workspace.xml | 264 +++++++++++- README.md | 4 +- docutranslate/app.py | 469 ++++++++++++++++----- docutranslate/translater.py | 12 +- docutranslate/utils/convert.py | 5 + pyproject.toml | 10 +- uv.lock | 723 +++++++++++++++++---------------- 8 files changed, 1025 insertions(+), 463 deletions(-) diff --git a/.gitignore b/.gitignore index 8491508..3622162 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ tests/ docutranslate/output/ # Virtual environments .venv +app.spec diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d0e7186..0d6a33a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,12 @@ + + + + + @@ -63,6 +68,7 @@ "Python.test4.executor": "Run", "Python.translater.executor": "Run", "RunOnceActivity.ShowReadmeOnStart": "true", + "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager": "true", "RunOnceActivity.git.unshallow": "true", "git-widget-placeholder": "main", "last_opened_file_path": "C:/Users/jxgm/Desktop/FileTranslate/tests", @@ -71,7 +77,7 @@ "node.js.selected.package.eslint": "(autodetect)", "node.js.selected.package.tslint": "(autodetect)", "nodejs_package_manager_path": "npm", - "settings.editor.selected.configurable": "preferences.general", + "settings.editor.selected.configurable": "preferences.pluginManager", "vue.rearranger.settings.migration": "true" } }]]> @@ -84,6 +90,7 @@ + @@ -112,6 +119,150 @@