feat: update UI components and add benchmark analysis feature

- Disable close button in Toaster notifications
- Add padding to TopNav header and UserDropdown username span
- Import vue-sonner CSS for toast notifications
- Update Agents page header with gradient background
- Add benchmark_analyze business type to Profile view
- Replace storage space stat card with redeem code functionality
- Reorder profile statistics cards and update their content
This commit is contained in:
2026-03-18 22:30:39 +08:00
parent c3479a8a16
commit f8094b40b7
7 changed files with 28 additions and 26 deletions

View File

@@ -20,7 +20,7 @@ import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
*/
@Tag(name = "用户 App - 兑换码")
@RestController
@RequestMapping("/app-api/muye/redemption-code")
@RequestMapping("/api/muye/redemption-code")
@Validated
public class AppRedemptionCodeController {