diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index f2ffacf..f7031d8 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -7,9 +7,6 @@
-
-
-
@@ -35,46 +32,46 @@
- {
+ "keyToString": {
+ "DefaultHtmlFileTemplate": "HTML File",
+ "JavaScript 调试.output.html (1).executor": "Run",
+ "JavaScript 调试.output.html.executor": "Run",
+ "JavaScript 调试.regex_中文.html.executor": "Run",
+ "JavaScript 调试.test2.html.executor": "Run",
+ "JavaScript 调试.test2_英文.html.executor": "Run",
+ "JavaScript 调试.test4-1_中文.html.executor": "Run",
+ "JavaScript 调试.互联网认证授权机制.html.executor": "Run",
+ "JavaScript 调试.互联网认证授权机制_英文.html.executor": "Run",
+ "JavaScript 调试.毕业论文_英文.html.executor": "Run",
+ "ModuleVcsDetector.initialDetectionPerformed": "true",
+ "Python 测试.Python 测试 (markdown_mask.py 内).executor": "Run",
+ "Python 测试.markdown_mask.Test.test_basic_link_masking 的 Python 测试.executor": "Run",
+ "Python.PDFtranslater (1).executor": "Run",
+ "Python.PDFtranslater (2).executor": "Run",
+ "Python.agent.executor": "Debug",
+ "Python.agent_utils.executor": "Run",
+ "Python.convert.executor": "Run",
+ "Python.markdown_splitter.executor": "Debug",
+ "Python.markdown_utils.executor": "Run",
+ "Python.test.executor": "Run",
+ "Python.test1.executor": "Run",
+ "Python.test2.executor": "Run",
+ "Python.test3.executor": "Run",
+ "Python.translater.executor": "Run",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "RunOnceActivity.git.unshallow": "true",
+ "git-widget-placeholder": "main",
+ "last_opened_file_path": "C:/Users/jxgm/Desktop/FileTranslate/tests/resource",
+ "node.js.detected.package.eslint": "true",
+ "node.js.detected.package.tslint": "true",
+ "node.js.selected.package.eslint": "(autodetect)",
+ "node.js.selected.package.tslint": "(autodetect)",
+ "nodejs_package_manager_path": "npm",
+ "settings.editor.selected.configurable": "preferences.general",
+ "vue.rearranger.settings.migration": "true"
}
-}]]>
+}
@@ -360,7 +357,8 @@
-
+
+
diff --git a/README.md b/README.md
index 7162008..6c77309 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# 简介
-## DocuTranslate [](https://github.com/xunbu/docutranslate)
+## DocuTranslate
+[](https://github.com/xunbu/docutranslate)
文件翻译工具,借助[docling](https://github.com/docling-project/docling)与大语言模型实现多种格式文件的翻译
@@ -34,7 +35,7 @@
### 方法1
-设置电脑的环境变量(记得设置后重启重启IDE)
+设置电脑的环境变量(记得设置后重启IDE)
`HF_ENDPOINT=https://hf-mirror.com`
### 方法2
diff --git a/pyproject.toml b/pyproject.toml
index 5011a3b..1427626 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "docutranslate"
-version = "0.1.3"
+version = "0.1.3.post1"
description = "文件翻译工具"
readme = "README.md"
requires-python = ">=3.10"