Merge branch 'main' into develop

This commit is contained in:
雨霖铃
2026-05-30 19:47:16 +08:00
3 changed files with 55 additions and 145 deletions
+53 -143
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -103,7 +103,7 @@ export default function JsonConvertSection({
<span> <span>
{t('jsonFormat:formattedSize')}:{' '} {t('jsonFormat:formattedSize')}:{' '}
<span className="font-semibold text-foreground/80"> <span className="font-semibold text-foreground/80">
{formatByteSize(result.outputBytes)} {formatBytes(result.outputBytes)}
</span> </span>
</span> </span>
</div> </div>
+1 -1
View File
@@ -134,7 +134,7 @@ export default function JsonFormatSection() {
<span> <span>
{t('jsonFormat:formattedSize')}:{' '} {t('jsonFormat:formattedSize')}:{' '}
<span className="font-semibold text-foreground/80"> <span className="font-semibold text-foreground/80">
{formatByteSize(result.formattedBytes)} {formatBytes(result.formattedBytes)}
</span> </span>
</span> </span>
</div> </div>