mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-06-17 23:13:03 +08:00
Compare commits
4 Commits
bb63ee6f03
...
779aad13b8
| Author | SHA1 | Date | |
|---|---|---|---|
| 779aad13b8 | |||
| f3360423e5 | |||
| bea12d5f0c | |||
| b24f39456e |
@@ -45,12 +45,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.13'
|
python-version: '3.13'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
cache-dependency-path: requirement.txt
|
cache-dependency-path: requirements.txt
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirement.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Solve ddddocr compatibility and copy model files
|
- name: Solve ddddocr compatibility and copy model files
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -86,12 +86,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.13'
|
python-version: '3.13'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
cache-dependency-path: requirement.txt
|
cache-dependency-path: requirements.txt
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirement.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Solve ddddocr compatibility and copy model files
|
- name: Solve ddddocr compatibility and copy model files
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
6. 定时任务 - 使用内置定时任务管理,添加定时任务,指定时间后按当前预约信息自动运行,支持设置重复任务
|
6. 定时任务 - 使用内置定时任务管理,添加定时任务,指定时间后按当前预约信息自动运行,支持设置重复任务
|
||||||
7. 驱动管理 - 内置浏览器驱动自动管理,支持自动检测浏览器版本并下载对应驱动,无需手动下载
|
7. 驱动管理 - 内置浏览器驱动自动管理,支持自动检测浏览器版本并下载对应驱动,无需手动下载
|
||||||
|
|
||||||
*具体操作方法和注意事项请访问我们的 [帮助手册](https://www.autolibrary.kenanzhu.com/manuals)*
|
*具体操作方法和注意事项请访问我们的 [帮助手册](https://manuals.autolibrary.kenanzhu.com)*
|
||||||
|
|
||||||
### 如何使用
|
### 如何使用
|
||||||
|
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
This folder is used to store the manuals.
|
||||||
|
|
||||||
|
Our manuals are available at https://manuals.autolibrary.kenanzhu.com
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
This folder is used to store the manuals.
|
|
||||||
|
|
||||||
Our manuals are available at https://www.autolibrary.kenanzhu.com/manuals
|
|
||||||
@@ -85,7 +85,7 @@ Commit SHA: {AL_COMMIT_SHA}<br>
|
|||||||
Commit date: {AL_COMMIT_DATE}<br>
|
Commit date: {AL_COMMIT_DATE}<br>
|
||||||
Build date: {AL_BUILD_DATE}<br>
|
Build date: {AL_BUILD_DATE}<br>
|
||||||
<br>
|
<br>
|
||||||
<b style="font-size:14px;">SYSTEM INFORMATION</b><br>
|
<b style="font-size:14px;">SYSTEM</b><br>
|
||||||
Running on: {run_on}<br>
|
Running on: {run_on}<br>
|
||||||
Processor: {platform.processor()}<br>
|
Processor: {platform.processor()}<br>
|
||||||
<br>
|
<br>
|
||||||
@@ -94,7 +94,7 @@ Python: {platform.python_version()}<br>
|
|||||||
Qt(PySide6): {self.getQtVersion()}<br>
|
Qt(PySide6): {self.getQtVersion()}<br>
|
||||||
Selenium: {selenium_ver}<br>
|
Selenium: {selenium_ver}<br>
|
||||||
<br>
|
<br>
|
||||||
<b style="font-size:14px;">PROJECT INFORMATION</b><br>
|
<b style="font-size:14px;">PROJECT</b><br>
|
||||||
Website: <a href="https://www.autolibrary.kenanzhu.com" style="text-decoration:none;">https://www.autolibrary.kenanzhu.com</a><br>
|
Website: <a href="https://www.autolibrary.kenanzhu.com" style="text-decoration:none;">https://www.autolibrary.kenanzhu.com</a><br>
|
||||||
Repository: <a href="https://www.github.com/KenanZhu/AutoLibrary" style="text-decoration:none;">https://www.github.com/KenanZhu/AutoLibrary</a><br>
|
Repository: <a href="https://www.github.com/KenanZhu/AutoLibrary" style="text-decoration:none;">https://www.github.com/KenanZhu/AutoLibrary</a><br>
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user