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:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user