refactor(user): 优化用户优惠券相关功能

- 移除新增收货地址页面
- 删除 ShopArticle 相关代码
- 优化优惠券详情页面布局- 更新优惠券筛选和使用逻辑
- 调整 app配置,重新启用优惠券功能
- 优化 Tailwind CSS配置,禁用不必要功能
This commit is contained in:
2025-08-13 10:44:27 +08:00
parent a1cacc04e8
commit 5d4dc4518f
7 changed files with 20 additions and 333 deletions

View File

@@ -62,5 +62,8 @@ export interface ShopCoupon {
*/
export interface ShopCouponParam extends PageParam {
id?: number;
status?: number;
isExpire?: number;
sortBy?: string;
keywords?: string;
}