refa: whisper page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-06 21:38:46 +08:00
parent 661e7bfa78
commit b19c718a2a
30 changed files with 8764 additions and 193 deletions

View File

@@ -0,0 +1,12 @@
// ignore_for_file: constant_identifier_names
enum PBadgeType {
primary,
secondary,
gray,
error,
line_primary,
line_secondary,
}
enum PBadgeSize { medium, small }