ソースを参照

chore: remove unnecessary files into sub-folders

Rongxin 1 年間 前
コミット
1fa1724110
5 ファイル変更6 行追加6 行削除
  1. 2 2
      README.md
  2. 2 2
      docs/README_ja-JP.md
  3. 2 2
      docs/README_zh-CN.md
  4. 0 0
      script/Dockerfile.Demo
  5. 0 0
      script/setup.bat

+ 2 - 2
README.md

@@ -1,6 +1,6 @@
 <div align="center">
 
-English | [简体中文](README_zh-CN.md) | [日本語](README_ja-JP.md)
+English | [简体中文](docs/README_zh-CN.md) | [日本語](docs/README_ja-JP.md)
 
 <img src="./docs/images/banner.png" width="320px"  alt="PDF2ZH"/>  
 
@@ -98,7 +98,7 @@ USE_MODELSCOPE=1 pdf2zh
 
 No need to pre-install Python environment
 
-Download [setup.bat](https://raw.githubusercontent.com/Byaidu/PDFMathTranslate/refs/heads/main/setup.bat) and double-click to run
+Download [setup.bat](https://raw.githubusercontent.com/Byaidu/PDFMathTranslate/refs/heads/main/script/setup.bat) and double-click to run
 
 <h3 id="gui">Method III. GUI</h3>
 

+ 2 - 2
README_ja-JP.md → docs/README_ja-JP.md

@@ -1,6 +1,6 @@
 <div align="center">
 
-[English](README.md) | [简体中文](README_zh-CN.md) | 日本語
+[English](../README.md) | [简体中文](README_zh-CN.md) | 日本語
 
 <img src="./docs/images/banner.png" width="320px"  alt="PDF2ZH"/>  
 
@@ -99,7 +99,7 @@ USE_MODELSCOPE=1 pdf2zh
 
 Python環境を事前にインストールする必要はありません
 
-[setup.bat](https://raw.githubusercontent.com/Byaidu/PDFMathTranslate/refs/heads/main/setup.bat) をダウンロードしてダブルクリックして実行します
+[setup.bat](https://raw.githubusercontent.com/Byaidu/PDFMathTranslate/refs/heads/main/script/setup.bat) をダウンロードしてダブルクリックして実行します
 
 <h3 id="gui">方法3. GUI</h3>
 

+ 2 - 2
README_zh-CN.md → docs/README_zh-CN.md

@@ -1,6 +1,6 @@
 <div align="center">
 
-[English](README.md) | 简体中文 | [日本語](README_ja-JP.md)
+[English](../README.md) | 简体中文 | [日本語](README_ja-JP.md)
 
 <img src="./docs/images/banner.png" width="320px"  alt="PDF2ZH"/>  
 
@@ -98,7 +98,7 @@ USE_MODELSCOPE=1 pdf2zh
 
 无需预先安装 Python 环境
 
-下载 [setup.bat](https://raw.githubusercontent.com/Byaidu/PDFMathTranslate/refs/heads/main/setup.bat) 并双击运行
+下载 [setup.bat](https://raw.githubusercontent.com/Byaidu/PDFMathTranslate/refs/heads/main/script/setup.bat) 并双击运行
 
 <h3 id="gui">方法三、图形交互界面</h3>
 

+ 0 - 0
Dockerfile.Demo → script/Dockerfile.Demo


+ 0 - 0
setup.bat → script/setup.bat