Commit Graph

19 Commits

Author SHA1 Message Date
fb0a1c2f84 feat: add creator coupons and portal lint 2026-01-14 09:51:23 +08:00
3e095c57f3 feat: tenant-scoped routing and portal navigation 2026-01-08 21:30:46 +08:00
a1de16bc01 fix: resolve frontend build error and order refund bug, add member price filter 2026-01-07 21:49:04 +08:00
5b45f7d5c4 feat: 添加租户列表接口,优化租户相关功能;更新前端租户列表和收藏功能 2026-01-07 16:10:03 +08:00
c133169c7b feat: 更新订单和用户视图,增强订单信息展示,支持充值类型订单 2025-12-31 12:19:01 +08:00
a6b870bc8f feat: 添加 dayjs 依赖并优化钱包视图,增强日期格式化和交易记录显示 2025-12-30 23:39:55 +08:00
7a8c5c4427 feat(user): 修改OTP登录验证码为"1234"以增强安全性
feat(main): 添加种子命令以初始化数据库数据
feat(consts): 添加创作者角色常量
feat(profile): 更新用户资料页面以支持从API获取用户信息
feat(library): 实现用户库页面以获取已购内容并显示状态
feat(contents): 更新内容编辑页面以支持文件上传和自动保存
feat(topnavbar): 优化用户头像显示逻辑以支持动态加载
2025-12-30 21:55:48 +08:00
cf29a2bf1a feat(auth): implement OTP login flow with toast notifications
feat(content): enhance detail view with dynamic content and comments
feat(order): add polling for payment status in the payment view
feat(user): update dashboard to display wallet and recent orders
feat(user): improve orders view with dynamic order fetching and status mapping
feat(api): create API modules for auth, content, order, user, and common functionalities
refactor(request): implement a centralized request utility for API calls
2025-12-30 21:15:13 +08:00
7d11378436 feat(creator): 添加提现功能和账户设置,优化管理概览视图 2025-12-26 23:10:57 +08:00
4ba5f9e951 refactor: 调整通知视图的样式,优化标签和内容的排版,提升可读性 2025-12-26 22:30:11 +08:00
d4716b979f feat(portal): add favorites and likes views; update user layout with new navigation links 2025-12-26 21:45:15 +08:00
7f8df6dad1 refactor: enhance HomeView layout and styling; improve PaymentView with new payment methods and QR code handling; clean up SecurityView by removing unused sections 2025-12-26 21:39:39 +08:00
eefcfc79a5 feat(portal): implement security settings page and register ConfirmationService 2025-12-26 14:09:57 +08:00
f8c312752e fix(portal): add tailwind @reference to ProfileView to fix build error 2025-12-26 11:46:06 +08:00
c2c9621e64 feat(portal): implement notification center with system message modal and interaction logic 2025-12-26 10:42:55 +08:00
6b71ac47d1 feat(portal): complete user center pages and refine interactive feedback 2025-12-26 10:25:26 +08:00
648e3f7c21 feat: 更新钱包页面,添加余额卡和交易明细功能 2025-12-26 09:42:51 +08:00
9ebb7e5452 feat: order page 2025-12-26 09:34:41 +08:00
bcbd3327ea feat: add initial styling and layout for portal views
- Created a global CSS file for consistent styling across the application.
- Implemented the Explore, Home, Topics, and various user views with responsive design.
- Added a Login view with OTP functionality and a Checkout view for order processing.
- Developed a NotFound view for handling 404 errors.
- Established a configuration file for Vite with Tailwind CSS integration.
2025-12-26 09:18:41 +08:00