Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
杂项:提升版本号 v0.3.0 --> v0.4.0
Browse files Browse the repository at this point in the history
- 同步更新 README

Signed-off-by: 是蓝兔哟~ <[email protected]>
  • Loading branch information
Dragon1573 committed Apr 27, 2024
1 parent bc4de0d commit 02e4873
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: 编译构建
permissions:
contents: write

concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.sha }}

on:
push:
paths-ignore:
Expand Down
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,19 @@

## 使用方法

### 一般用户(仅 *Windows* `amd64`
### 一般用户

下载预编译二进制文件,双击启动。
前往 [GitHub Releases](https://github.com/Dragon1573/Tk-Nonogram/releases/tag/v0.4.0) ,下载最新版本的可执行二进制文件。

> [!TIP]
>
> 目前已支持以下操作系统和架构:
>
> | | amd64 | i386 | arm64 |
> | :-----: | :----------------: | :----------------: | :----------------: |
> | Windows | :heavy_check_mark: | :heavy_check_mark: | |
> | macOS | :heavy_check_mark: | | :heavy_check_mark: |
> | Linux | :heavy_check_mark: | | |
### 进阶用户(全平台开发者)

Expand All @@ -18,8 +28,12 @@
```powershell
# 使用 SSH Clone (推荐)
git clone --progress git@gitee.com:Dragon1573/tk-nonogram.git
git clone --progress git@github.com:Dragon1573/tk-nonogram.git
# 使用 HTTPS Clone
git clone --progress https://github.com/Dragon1573/tk-nonogram.git
# 中国大陆用户使用 SSH Clone (推荐)
git clone --progress [email protected]:Dragon1573/tk-nonogram.git
# 中国大陆用户使用 HTTPS Clone
git clone --progress https://gitee.com/Dragon1573/tk-nonogram.git
# 切换到项目目录
Expand Down Expand Up @@ -50,4 +64,3 @@ pdm run build Numzle
## 应用截图

![开发模式截图](assets/dev_launch.png)
![CI集成测试](assets/ci_check.png)
Binary file removed assets/ci_check.png
Binary file not shown.

0 comments on commit 02e4873

Please sign in to comment.