feat: add gateway billing estimate and rate limit details

This commit is contained in:
2026-05-15 01:53:52 +08:00
parent bdc9be63d5
commit 37d0f919e5
14 changed files with 916 additions and 66 deletions
+9
View File
@@ -630,6 +630,15 @@
color: #526170;
}
.composerEstimatedCharge[data-state="loading"] {
color: #6f7c8a;
}
.composerEstimatedCharge[data-state="error"],
.composerEstimatedCharge[data-state="error"] svg {
color: #b45309;
}
.composerMediaSendButton.shButton {
width: 40px;
height: 40px;