File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permissions:
66on :
77 workflow_dispatch :
88 schedule :
9- - cron : ' 0 */6 * * *'
9+ - cron : ' 0 */3 * * *'
1010
1111jobs :
1212 build :
Original file line number Diff line number Diff line change 11# ⚙️ Bug fixes and Improvements
22
33- Revised DNS hijack in Xray and sing-box.
4- - Added scheduled build. The project will be built every 6 hourse to prevent Cloudflare 1101 errors.
4+ - Added scheduled build. The project will be built every 3 hourse to prevent Cloudflare 1101 errors.
5+ - UI bug fix.
Original file line number Diff line number Diff line change 11{
22 "name" : " bpb-panel" ,
3- "version" : " 3.3.8 " ,
3+ "version" : " 3.3.9 " ,
44 "homepage" : " https://github.com/bia-pain-bache/BPB-Worker-Panel" ,
55 "license" : " GPL-3.0" ,
66 "private" : true ,
Original file line number Diff line number Diff line change @@ -138,17 +138,14 @@ button {
138138}
139139
140140.material-symbols-rounded {
141+ cursor : pointer;
141142 font-variation-settings :
142143 'FILL' 1 ,
143144 'wght' 400 ,
144145 'GRAD' 0 ,
145146 'opsz' 24
146147}
147148
148- .material-symbols-outlined : hover {
149- cursor : pointer;
150- }
151-
152149@media only screen and (min-width : 576px ) {
153150 .container {
154151 width : 70% ;
You can’t perform that action at this time.
0 commit comments