Skip to content

Commit 6a8fb0b

Browse files
committed
docs:更新版本至v3.0.0
1 parent 8cd9fa0 commit 6a8fb0b

3 files changed

Lines changed: 30 additions & 28 deletions

File tree

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div align="center">
2-
<img src="assets/logo_with_txt.png" width="400" alt="FreePDF">
2+
<img src="assets/logo_with_txt.png" width="500" alt="FreePDF">
33
</div>
44

55
<div align="center">
6-
<img src="https://img.shields.io/badge/版本-2.0.0-blue" alt="版本">
6+
<img src="https://img.shields.io/badge/版本-3.0.0-blue" alt="版本">
77
<a href="LICENSE"><img src="https://img.shields.io/badge/许可证-AGPL3.0-green" alt="许可证"></a>
88
<h4>
99
<a href="README.md">🇨🇳 中文</a>
@@ -14,7 +14,7 @@
1414

1515
## 🌟 简介
1616

17-
一个免费的PDF文献翻译工具,让看英文文献像喝水一样简单
17+
一个免费的PDF文献阅读器,支持将各语言的PDF文献转成中文,并支持接入大模型基于文献内容进行问答
1818

1919

2020
## 🏗️ 效果演示
@@ -26,33 +26,35 @@
2626

2727
- windows 用户:
2828

29-
直接下载安装包:https://github.com/zstar1003/FreePDF/releases/download/v2.0.0/FreePDF_v2.0.0_Setup.exe
29+
直接下载安装包:
3030

31-
备用链接:https://pan.baidu.com/s/1KChVlJHMGML46YB4K8aMfg?pwd=8888 (提取码: 8888)
31+
备用链接:https://pan.baidu.com/s/1dmqg33WMgiFL62Ol7438zA?pwd=8888 (提取码: 8888)
3232

3333
- 其它系统用户:
3434

3535
未提供安装包,可安装相关环境,用 python 运行 `main.py`
3636

37-
翻译完的PDF文件,会在其对应目录下生成 `-dual.pdf`(双语对照文件) 和 `test-mono.pdf`(中文翻译文件)
37+
翻译完的PDF文件,会在其对应目录下生成 `-dual.pdf`(双语对照文件) 和 `-mono.pdf`(中文翻译文件)
3838

3939
## 📥 配置说明
4040

41-
支持四种可选翻译引擎,可通过`翻译配置`进行设置。
41+
支持四种可选翻译引擎,可通过`引擎配置`进行设置。
4242

43-
- 1. 必应翻译(默认)
44-
选择翻译引擎为bing,无需额外参数
43+
- 必应翻译(默认)
44+
选择翻译引擎为bing,无需额外参数
4545

46-
- 2. 谷歌翻译
47-
选择翻译引擎为google,无需额外参数
46+
- 谷歌翻译
47+
选择翻译引擎为google,无需额外参数
4848

49-
- 3. 硅基翻译
50-
选择翻译引擎为silicon,需额外配置[硅基流动](https://cloud.siliconflow.cn/i/bjDoFhPf)API Key和具体聊天模型。
49+
- 硅基翻译
50+
选择翻译引擎为silicon,需额外配置[硅基流动](https://cloud.siliconflow.cn/i/bjDoFhPf)API Key和具体聊天模型。
5151

52-
- 4. Ollama翻译
53-
选择翻译引擎为ollama,先通过ollama部署本地chat模型,并配置ollama地址和具体聊天模型。
52+
- Ollama翻译
53+
选择翻译引擎为ollama,先通过ollama部署本地chat模型,并配置ollama地址和具体聊天模型。
5454

55-
支持两种翻译模式:中译英、英译中,可通过`原语言``目标语言`进行设置。
55+
支持五种语言互相翻译:中文、英文、日文、韩文、繁体中文。
56+
57+
问答引擎支持硅基流动(在线)和ollama(本地)。
5658

5759
## 📮 常见问题
5860

README_EN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div align="center">
2-
<img src="assets/logo_with_txt.png" width="400" alt="FreePDF">
2+
<img src="assets/logo_with_txt.png" width="500" alt="FreePDF">
33
</div>
44

55
<div align="center">
6-
<img src="https://img.shields.io/badge/version-2.0.0-blue" alt="version">
6+
<img src="https://img.shields.io/badge/version-3.0.0-blue" alt="version">
77
<a href="LICENSE"><img src="https://img.shields.io/badge/license-AGPL3.0-green" alt="license"></a>
88
<h4>
99
<a href="README.md">🇨🇳 中文</a>
@@ -26,9 +26,9 @@ A free PDF literature translation tool that makes reading English literature as
2626

2727
- Windows users:
2828

29-
Download the installer directly: https://github.com/zstar1003/FreePDF/releases/download/v2.0.0/FreePDF_v2.0.0_Setup.exe
29+
Download the installer directly:
3030

31-
Alternative link: https://pan.baidu.com/s/1KChVlJHMGML46YB4K8aMfg?pwd=8888 (Access code: 8888)
31+
Alternative link: https://pan.baidu.com/s/1dmqg33WMgiFL62Ol7438zA?pwd=8888 (Access code: 8888)
3232

3333
- Other system users:
3434

installer.nsi

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ InstallDirRegKey HKLM "Software\FreePDF" "InstallPath"
1313
RequestExecutionLevel admin
1414

1515
# Version Information
16-
VIProductVersion "2.0.0.0"
16+
VIProductVersion "3.0.0.0"
1717
VIAddVersionKey "ProductName" "FreePDF"
1818
VIAddVersionKey "Comments" "Free PDF Translation Tool"
1919
VIAddVersionKey "CompanyName" "FreePDF Team"
2020
VIAddVersionKey "FileDescription" "FreePDF Setup"
21-
VIAddVersionKey "FileVersion" "2.0.0.0"
22-
VIAddVersionKey "ProductVersion" "2.0.0.0"
21+
VIAddVersionKey "FileVersion" "3.0.0.0"
22+
VIAddVersionKey "ProductVersion" "3.0.0.0"
2323
VIAddVersionKey "InternalName" "FreePDF"
2424
VIAddVersionKey "LegalCopyright" "© 2025 FreePDF Team"
2525
VIAddVersionKey "OriginalFilename" "FreePDF_Setup.exe"
@@ -67,15 +67,15 @@ Section "FreePDF" SecMain
6767

6868
# Registry entries
6969
WriteRegStr HKLM "Software\FreePDF" "InstallPath" "$INSTDIR"
70-
WriteRegStr HKLM "Software\FreePDF" "Version" "2.0.0"
70+
WriteRegStr HKLM "Software\FreePDF" "Version" "3.0.0"
7171

7272
# Add to control panel programs list
7373
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\FreePDF" "DisplayName" "FreePDF"
7474
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\FreePDF" "UninstallString" "$INSTDIR\Uninstall.exe"
7575
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\FreePDF" "InstallLocation" "$INSTDIR"
7676
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\FreePDF" "DisplayIcon" "$INSTDIR\FreePDF.exe"
7777
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\FreePDF" "Publisher" "FreePDF Team"
78-
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\FreePDF" "DisplayVersion" "2.0.0"
78+
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\FreePDF" "DisplayVersion" "3.0.0"
7979
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\FreePDF" "NoModify" 1
8080
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\FreePDF" "NoRepair" 1
8181

@@ -113,14 +113,14 @@ Function .onInit
113113
StrCmp $R0 "" done
114114

115115
# Check version for better update messaging
116-
StrCmp $R1 "2.0.0" same_version different_version
116+
StrCmp $R1 "3.0.0" same_version different_version
117117

118118
same_version:
119-
MessageBox MB_OKCANCEL|MB_ICONQUESTION "FreePDF v2.0.0 is already installed.$\n$\nClick OK to reinstall or Cancel to exit." IDOK uninst
119+
MessageBox MB_OKCANCEL|MB_ICONQUESTION "FreePDF v3.0.0 is already installed.$\n$\nClick OK to reinstall or Cancel to exit." IDOK uninst
120120
Abort
121121

122122
different_version:
123-
MessageBox MB_OKCANCEL|MB_ICONINFORMATION "FreePDF $R1 is installed.$\n$\nClick OK to upgrade to v2.0.0 or Cancel to exit." IDOK uninst
123+
MessageBox MB_OKCANCEL|MB_ICONINFORMATION "FreePDF $R1 is installed.$\n$\nClick OK to upgrade to v3.0.0 or Cancel to exit." IDOK uninst
124124
Abort
125125

126126
uninst:

0 commit comments

Comments
 (0)