Skip to content

Commit 830dc3e

Browse files
Scheduled build, UI bug fix, Release v3.3.9
1 parent 098a9c1 commit 830dc3e

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
on:
77
workflow_dispatch:
88
schedule:
9-
- cron: '0 */6 * * *'
9+
- cron: '0 */3 * * *'
1010

1111
jobs:
1212
build:

RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

src/assets/secrets/style.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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%;

0 commit comments

Comments
 (0)