File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,21 @@ name: Pre-Release
44on :
55 workflow_dispatch :
66 push :
7+ branches :
8+ - ' master'
9+ paths-ignore :
10+ - ' **.md'
11+ - ' doc/**'
12+ - ' screenshot/**'
13+ - ' image/**'
714 pull_request :
15+ branches :
16+ - ' master'
17+ paths-ignore :
18+ - ' **.md'
19+ - ' doc/**'
20+ - ' screenshot/**'
21+ - ' image/**'
822
923jobs :
1024 build :
Original file line number Diff line number Diff line change 66 <a href="https://codebeat.co/projects/github-com-skyd666-imomoe-master" style="text-decoration:none">
77 <img src="https://codebeat.co/badges/63fb5d12-bece-4d8f-913e-5bcde2f01242" alt="codebeat badge" />
88 </a>
9+ <a href="https://github.com/SkyD666/Imomoe/actions" style="text-decoration:none">
10+ <img src="https://img.shields.io/github/workflow/status/SkyD666/Imomoe/Pre-Release" alt="GitHub Workflow Status" />
11+ </a>
912 <a href="https://github.com/SkyD666/Imomoe/releases/latest" style="text-decoration:none">
1013 <img src="https://img.shields.io/github/v/release/SkyD666/Imomoe?display_name=release" alt="GitHub release (latest by date)"/>
1114 </a>
3033
3134
3235
36+
3337----
3438
3539## [ >>必看使用说明(自定义数据源)<<] ( doc/customdatasource/README.md )
Original file line number Diff line number Diff line change 55 style =" @style/Widget.Material3.CardView.Filled"
66 android : layout_width =" match_parent"
77 android : layout_height =" wrap_content"
8- app : cardBackgroundColor =" @android:color/white "
8+ app : cardBackgroundColor =" ?attr/background "
99 app : cardCornerRadius =" 0px" >
1010
1111 <androidx .core.widget.NestedScrollView
155155 style =" @style/TextAppearance.Material3.TitleSmall"
156156 android : layout_width =" wrap_content"
157157 android : layout_height =" wrap_content"
158- android : minWidth =" 30dp"
159158 android : layout_marginStart =" 10dp"
159+ android : minWidth =" 30dp"
160160 android : textColor =" ?attr/colorPrimary"
161161 tools : text =" 70%" />
162162
You can’t perform that action at this time.
0 commit comments