[Feat] Early support for PLS & Use JSDoc (Partially)

This commit is contained in:
Minoricew
2025-05-25 22:40:12 +08:00
parent 502da5ba9a
commit 12f1040884
71 changed files with 1470 additions and 185 deletions

View File

@@ -0,0 +1,8 @@
.aura-config-subpage-behaviour-control {
opacity: 1;
transition: opacity 0.5s;
}
.aura-config-subpage-behaviour-control.acs-behaviour-control-hidden {
opacity: 0;
}