File tree Expand file tree Collapse file tree 5 files changed +8
-9
lines changed
Expand file tree Collapse file tree 5 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1313 options :
1414 - label : 先去Issues列表中查找下是否存在相似的Issue,如果有了就不要重复发了
1515 required : true
16- - label : 我正在使用最新版本的 simple-live
16+ - label : 我正在使用最新版本的 Slive
1717 required : true
1818
1919 - type : textarea
Original file line number Diff line number Diff line change 11name : app-tv-build-action-release
2- # 推送 Tag 时触发
2+ # 手动触发
33on :
4- push :
5- tags :
6- - " tv_*"
4+ workflow_dispatch :
75jobs :
86 build-tv :
97 runs-on : macos-latest
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.2.3 " ,
3- "version_num" : 10203 ,
4- "version_desc" : " - 修复虎牙播放中断 #585 " ,
2+ "version" : " 1.5.0 " ,
3+ "version_num" : 10500 ,
4+ "version_desc" : " - 永远的1.5.0 " ,
55 "prerelease" :true ,
66 "download_url" : " https://github.com/xiaoyaocz/dart_simple_live/releases"
77}
Original file line number Diff line number Diff line change @@ -1038,4 +1038,4 @@ packages:
10381038 version: "6.6.1"
10391039sdks:
10401040 dart: ">=3.9.0 <4.0.0"
1041- flutter: ">=3.35.0 "
1041+ flutter: ">=3.35.7 "
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ version: 1.5.0+10500
55
66environment :
77 sdk : " >=3.1.2 <4.0.0"
8+ flutter : 3.35.7
89
910dependencies :
1011 flutter :
You can’t perform that action at this time.
0 commit comments