1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 16:47:03 +08:00

Add: Event Reaction (#4706)

* Add: Event Reaction

* Update widgets.py

* Update widgets.py

* Update widgets.py

* Update widgets.py

* Update widgets.py
This commit is contained in:
iceynano
2025-04-01 00:56:05 +08:00
committed by GitHub
parent 3a1e851cad
commit 3133eaa2f7
2 changed files with 67 additions and 6 deletions

View File

@@ -314,6 +314,16 @@ pre.rich-traceback-code {
margin: 0;
}
.anim-rotate {
animation: rotate-keyframes 0.4s linear infinite
}
@keyframes rotate-keyframes {
100% {
transform: rotate(360deg)
}
}
#pywebio-scope-contents {
margin-top: 0;
overflow-y: auto;