Skip to content

Commit 54f6841

Browse files
committed
v1.0.5
1 parent 1e6952a commit 54f6841

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
# 下载文件
6363
- name: Download artifact
64-
uses: actions/download-artifact@v3
64+
uses: actions/download-artifact@v4
6565
with:
6666
pattern: distributions-*
6767
merge-multiple: true

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# 别奖励了😡
22

3+
## 安装
4+
### 从 Release 下载安装包
5+
6+
前往 [latest release](https://github.com/ForteScarlet/StopBonus/releases/latest) 下载合适的安装包安装。
7+
8+
### 从源码构建
9+
10+
自行拉取源代码后构建应用。
11+
12+
###
13+
14+
## 使用
15+
16+
**数据保存位置**
17+
18+
Windows 上数据默认储存在 `$USER_HOME\Local\AppData\Local\StopBonus`
19+
20+
**如何使用**
21+
22+
奖励完了填个表。
23+
24+
## 截图
25+
326
![](docs/images/1.png)
427

528
![](docs/images/2.png)

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ val appName = "StopBonus"
1212
val appPackage = "love.forte.bonus"
1313
val appMenuGroup = "forteApp"
1414
val appNameWithPackage = "$appPackage.$appName"
15-
val appVersion = "1.0.4"
15+
val appVersion = "1.0.5"
1616

1717
group = appPackage
1818
version = appVersion

0 commit comments

Comments
 (0)