Merge remote-tracking branch 'origin/main' into feat/model-plugins-implementing

This commit is contained in:
yyh
2026-03-12 14:46:16 +08:00
220 changed files with 39303 additions and 1025 deletions

View File

@ -23,7 +23,7 @@ const PlanRangeSwitcher: FC<PlanRangeSwitcherProps> = ({
return (
<div className="flex items-center justify-end gap-x-3 pr-5">
<Switch
size="l"
size="lg"
value={value === PlanRange.yearly}
onChange={(v) => {
onChange(v ? PlanRange.yearly : PlanRange.monthly)