Skip to content

Commit

Permalink
* 更新算法配置界面V2.1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jadehh committed Dec 8, 2023
1 parent 5fb4d48 commit 14a563b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
matrix:
os: [ "ubuntu-latest" ] #, "macos-latest", "windows-latest"
steps:
- name: 时区设置
uses: szenius/[email protected] # 设置执行环境的时区
with:
timezoneLinux: "Asia/Shanghai"
- name: 克隆代码
uses: actions/checkout@v3
- name: 创建发行版本
Expand Down Expand Up @@ -42,6 +46,10 @@ jobs:
os: ["windows-latest","macos-latest"] # "ubuntu-18.04", "windows-latest","macos-latest"
python-version: ["3.6"]
steps:
- name: 时区设置
uses: szenius/[email protected] # 设置执行环境的时区
with:
timezoneLinux: "Asia/Shanghai"
- name: 下载代码
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -124,6 +132,10 @@ jobs:
matrix:
os: [ "ubuntu-latest" ] # "ubuntu-18.04", "windows-latest","macos-latest"
steps:
- name: 时区设置
uses: szenius/[email protected] # 设置执行环境的时区
with:
timezoneLinux: "Asia/Shanghai"
- name: 下载代码
uses: actions/checkout@v3
with:
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 算法配置客户端
## 算法配置客户端V2.1.0.2 - 2023-12-08 05:45:02
AlgorithmConfiureV2.1.0.2
* [发布地址](https://github.com/jadehh/AlgorithmConfigUI/releases/tag/V2.1.0.2)
* [详细地址](https://github.com/jadehh/jadehh_file/releases/tag/AlgorithmConfiureV2.1.0.2)
## 算法配置客户端V2.1.0.3 - 2023-12-08 14:19:47
AlgorithmConfiureV2.1.0.3
* [发布地址](https://github.com/jadehh/AlgorithmConfigUI/releases/tag/V2.1.0.3)
* [详细地址](https://github.com/jadehh/jadehh_file/releases/tag/AlgorithmConfiureV2.1.0.3)
### 下载地址
* [Windows_lib32.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/AlgorithmConfiureV2.1.0.2/Windows_lib32.zip)
* [Linux_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/AlgorithmConfiureV2.1.0.2/Linux_lib64.zip)
* [AlgorithmConfiure_setup-Portable-V2.1.0-2.exe](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/AlgorithmConfiureV2.1.0.2/AlgorithmConfiure_setup-Portable-V2.1.0-2.exe)
* [AlgorithmConfiure_setup-V2.1.0-2.exe](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/AlgorithmConfiureV2.1.0.2/AlgorithmConfiure_setup-V2.1.0-2.exe)
* [AlgorithmConfiure-Portable-Linux-V2.1.0-2.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/AlgorithmConfiureV2.1.0.2/AlgorithmConfiure-Portable-Linux-V2.1.0-2.zip)
* [AlgorithmConfiure-Linux-V2.1.0-2.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/AlgorithmConfiureV2.1.0.2/AlgorithmConfiure-Linux-V2.1.0-2.zip)
* [AlgorithmConfiure-Portable-Darwin-V2.1.0-2.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/AlgorithmConfiureV2.1.0.2/AlgorithmConfiure-Portable-Darwin-V2.1.0-2.zip)
* [Windows_lib32.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/AlgorithmConfiureV2.1.0.3/Windows_lib32.zip)
* [Linux_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/AlgorithmConfiureV2.1.0.3/Linux_lib64.zip)
* [AlgorithmConfiure_setup-Portable-V2.1.0-3.exe](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/AlgorithmConfiureV2.1.0.3/AlgorithmConfiure_setup-Portable-V2.1.0-3.exe)
* [AlgorithmConfiure_setup-V2.1.0-3.exe](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/AlgorithmConfiureV2.1.0.3/AlgorithmConfiure_setup-V2.1.0-3.exe)
* [AlgorithmConfiure-Portable-Linux-V2.1.0-3.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/AlgorithmConfiureV2.1.0.3/AlgorithmConfiure-Portable-Linux-V2.1.0-3.zip)
* [AlgorithmConfiure-Linux-V2.1.0-3.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/AlgorithmConfiureV2.1.0.3/AlgorithmConfiure-Linux-V2.1.0-3.zip)
* [AlgorithmConfiure-Portable-Darwin-V2.1.0-3.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/AlgorithmConfiureV2.1.0.3/AlgorithmConfiure-Portable-Darwin-V2.1.0-3.zip)
----

0 comments on commit 14a563b

Please sign in to comment.