File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 3838 - name : Release
3939 uses : softprops/action-gh-release@v2
4040 with :
41+ name : " v3.0.0 Early Access 2 - Codename Hyacine"
42+ tag_name : " v3.0.0ea2"
4143 files : |
4244 ${{ github.workspace }}\namepicker\build\windows\x64\runner\Release
4345 body_path : CHANGELOG.md
44- draft : true
46+ prerelease : true
4547 env :
4648 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 77
88## 实现的功能
99
10- - 抽选1-50的数字
10+ - 选择抽选学号范围
1111
12- - 关于页面
12+ - 设置界面
1313
14- - 没了
14+ - 自动获取系统主题色
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import 'settings_card.dart';
1111// 众人将与一人离别,惟其人将觐见奇迹
1212
1313// 「在彩虹桥的尽头,天空之子将缝补晨昏」
14- final version = "v3.0.0ea1 " ;
14+ final version = "v3.0.0ea2 " ;
1515final codename = "Hyacine" ;
1616void main () {
1717 runApp (MyApp ());
You can’t perform that action at this time.
0 commit comments