shanshanzhong147
883ffab1a6
修复( #14 ): 调整 USDT 提现方式枚举口径
2026-06-09 03:30:57 -07:00
shanshanzhong147
3aae43f539
修复( #14 ): 支持 USDT 提现方式展示
2026-06-09 02:14:51 -07:00
shanshanzhong147
1834b97fe2
修复( #134 ): 促销前端展示对齐 (expires_at / billing 补 promo_discount / 类型补字段)
...
PR Check / Lint, Check, Test and Build (push) Has been cancelled
Squash merge of fix/134-促销前端展示对齐 (4702dee ).
HIF-79/HIF-113 落地后前端有三处对齐缺失:
- promo-info.tsx 仍读 promo.end_time,但后端 SubscribeDiscountPromo
JSON 字段是 expires_at(×2 处)
- billing.tsx 缺 Promo Discount 行,PreOrderResponse 拿到 promo_discount
时无处可渲染
- typings.d.ts: SubscribeDiscountPromo 缺 expires_at/rule_type,
PreOrderResponse 缺 promo_discount
本次仅修字段对齐与展示行,不动业务逻辑、不动 OrderDetail 类型 (后端
当前未透出 promo_discount)。新增 billing.promoDiscount 中英文文案。
2026-06-02 20:27:54 -07:00
shanshanzhong147
23f51a1ef4
修复( #122 ): 合并促销价档位提交到测试环境
PR Check / Lint, Check, Test and Build (push) Has been cancelled
2026-05-29 04:15:40 -07:00
shanshanzhong147
d1697bed75
新功能( #43 ): 提现前端优化 — 收款方式选择 + 收款码上传 + 取消按钮
PR Check / Lint, Check, Test and Build (push) Has been cancelled
Build and Release / Build (push) Has been cancelled
Issue Close Require / issue-close-require (push) Has been cancelled
2026-05-26 08:37:03 -07:00
shanshanzhong147
37ceb5adfc
修复( #55 ): 修复前端 lint/build 失败阻塞质量门禁
Build and Release / Build (push) Has been cancelled
2026-05-25 22:03:36 -07:00
shanshanzhong147
11c3ce26a6
feat: add withdrawal management pages
Build and Release / Build (push) Has been cancelled
Issue Close Require / issue-close-require (push) Has been cancelled
2026-05-25 02:20:38 -07:00
shanshanzhong147
d8b65c6d82
feat: 新增提现申请与提现管理页面
Build and Release / Build (push) Has been cancelled
2026-05-24 20:25:12 -07:00
shanshanzhong147
e6c2370d02
feat: 限速状态可视化 - 订阅详情 Sheet 顶部展示实时限速状态
...
- typings.d.ts 新增 UserSubscribeDetail.effective_speed/is_throttled/throttle_rule 字段
- SubscriptionDetail Sheet 打开时拉取订阅详情,顶部展示 SpeedLimitCard
- 被降速时显示警告样式 + 实际速率 + 划掉原始速率 + 触发规则说明
Co-Authored-By: claude-flow <ruv@ruv.net >
2026-03-28 08:32:05 -07:00
shanshanzhong147
d6616c5859
merge: 同步 upstream/main 新功能到定制版本
...
- feat: Add slider verification code (bd67997)
- fix bug: Inventory cannot be zero (1f7a6ee)
- fix: resolve merge conflicts and lint errors
2026-03-23 21:50:10 -07:00
shanshanzhong147
3806264343
merge: 同步 upstream/main 新功能到定制版本
...
Build and Release / Build (push) Has been cancelled
Issue Close Require / issue-close-require (push) Has been cancelled
- 分流规则 + 用户流量统计
- 验证码功能
- 节点分组管理 UI
- 重构用户分组组件
2026-03-19 03:16:59 -07:00
shanshanzhong147
830430645c
merge: 同步 origin/main (v1.4.0) 到定制版本
Build and Release / Build (push) Has been cancelled
2026-03-19 02:56:42 -07:00
shanshanzhong147
6b92979c7c
feat: 自定义版本功能更新
...
Build and Release / Build (push) Has been cancelled
- 新增家庭共享订阅管理
- 新增用户邀请统计
- 新增签名和订阅模式设置表单
- 更新 API 服务层和国际化文件
- UI 组件优化(enhanced-input、pro-table)
2026-03-19 01:56:13 -07:00
EUForest
f8fbf5529f
✨ feat: add traffic limit rules and user traffic statistics
2026-03-14 17:59:27 +08:00
EUForest
eac7b27f60
✨ feat: Authentication verification code
2026-03-10 19:03:39 +08:00
web@ppanel
778e78ac68
fix(user): show expire time & improve renewal dialog on mobile ( #22 )
...
* 🐛 fix(admin): prioritize follow-up tickets by updated time
* ✨ feat(dashboard): show node/user traffic ranks side-by-side
* 🐛 fix(user): show expire time & improve renewal dialog on mobile
2026-03-04 08:16:33 -08:00
EUForest
b45ec4b56e
Merge remote-tracking branch 'upstream/main'
2026-02-13 23:11:47 +08:00
EUForest
a2689b4892
fix: remove pinned and popup parameters when querying all announcements
2026-02-13 23:09:23 +08:00
EUForest
4c753adaa6
fix: show redemption code entry for all users regardless of subscription status
2026-02-09 00:21:22 +08:00
EUForest
9765a0c742
🐛 fix: TypeScript build errors in redeem-code component
...
- Fix type error for accessing response.data.message with proper type assertion
- Remove invalid 'loading' prop from Button component
- Add conditional text rendering for loading state
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-08 21:52:43 +08:00
ppanel-web
6e3ef8ab7e
fix(user): satisfy biome check for oauth/payment UI
2026-02-08 08:49:17 +00:00
ppanel-web
b32ba55ab8
fix(user): mobile announcement close + payment method selection ( Fixes #8 )
2026-02-08 08:45:46 +00:00
ppanel-web
fee44fa1b2
fix(auth): support OAuth callbacks with hash router ( Fixes #9 )
2026-02-08 08:42:16 +00:00
EUForest
1f9b7ea1db
✨ feat: add redemption code feature to user dashboard
...
- Add redemption code input component in dashboard
- Integrate redemption API endpoint
- Add i18n support for Chinese and English
- Display redemption section alongside subscriptions
2026-02-06 23:59:31 +08:00
ppanel-web
30a6967187
🧹 fix(payment): satisfy img size lint rule
2026-02-06 07:09:55 +00:00
ppanel-web
160e6da3f6
🐛 fix(payment): use native WeChat Pay QR data
2026-02-06 07:06:16 +00:00
EUForest
29f9aaae8c
🐛 fix: Invalid redemption code prompts system error message
2026-01-10 12:45:36 +08:00
EUForest
d38e8f1676
🐛 fix: announcement build error
2026-01-08 17:53:05 +08:00
EUForest
585874777f
✨ feat: improve redemption feature i18n and error code handling
...
- Complete internationalization for redemption records dialog
- Add i18n for table headers and unit time translations
- Optimize redemption form validation error messages with i18n
- Add 50003 error code handling for coupon plan incompatibility
- Fix TypeScript errors in redemption-related components
- Fix TypeScript errors in user announcement page
2026-01-07 15:38:42 +08:00
EUForest
93926d9c99
🐛 fix: announcement manager
2026-01-06 23:09:48 +08:00
EUForest
22b24041a7
🔨 update: IP restrictions during development
2026-01-06 22:56:24 +08:00
EUForest
ef6044cfef
fix bug: The client cannot be downloaded without a schema configured.
2026-01-06 21:08:20 +08:00
EUForest
2b708dbbcc
fix bug: Repeatedly opening new tabs on the payment page.
2026-01-06 21:07:56 +08:00
EUForest
980bb2120d
fix bug: Internationalized translation of document content
2026-01-06 21:07:29 +08:00
EUForest
45b9b523b1
feat: Device Bind Limit
2026-01-06 21:03:31 +08:00
web@ppanel
39ebd09f09
🐛 fix: Update getUserSubscribe function to accept short and token parameters for improved URL generation
2025-12-30 06:10:44 +00:00
web@ppanel
0253b62b63
🐛 fix: Set modal prop to false for DropdownMenu in multiple components for improved user experience
2025-12-29 09:54:34 +00:00
web@ppanel
51a98afcae
🐛 fix: Update SendCode parameters to use form.watch for email and telephone fields
2025-12-29 09:44:18 +00:00
web@ppanel
a2746073a6
🐛 fix: Update quantity handling in Purchase and Renewal components based on showOriginalPrice prop
2025-12-29 08:34:15 +00:00
web@ppanel
83d821a2dc
🐛 fix:: Update localization files and improve display logic for inventory handling
2025-12-29 08:08:31 +00:00
web@ppanel
d36a2c902b
✨ feat: Update Vite configuration to load environment variables for improved API proxy setup
2025-12-29 07:16:13 +00:00
web@ppanel
8d514dfd8f
✨ feat: Update API proxy target to use environment variable for improved configurability
2025-12-29 07:04:49 +00:00
web@ppanel
9f95cec876
✨ feat: Added localized support for user subscription and deletion status, and optimized the subscription form and user interface.
2025-12-29 07:02:31 +00:00
web@ppanel
9559e003b7
✨ feat: Update queryKey structure in Purchase and Renewal components for improved order creation
2025-12-29 06:07:19 +00:00
web@ppanel
543a7b9eb9
✨ feat: Add original price display option and enhance inventory messages in subscription components
2025-12-29 05:34:01 +00:00
web@ppanel
7b5367a9a9
🐛 fix: Add onSuccess callback to Unsubscribe component and conditionally render Renewal component
2025-12-22 04:38:16 +00:00
web@ppanel
7a8c010295
🐛 fix: Update invite link format in auth forms and sidebar to include hash fragment for routing.
2025-12-22 04:26:27 +00:00
web
a8a3d18061
🐛 fix: Add the VITE_SHOW_LANDING_PAGE configuration to control the landing page display logic.
2025-12-16 07:03:13 -08:00
web
033af5c01a
🐛 fix: comment out favicon links in admin and user HTML files for clarity; update icon type to support all image formats in route files
2025-12-16 06:43:29 -08:00
web
69a89e0c39
🐛 fix: enhance logout functionality to support hash-based routing and improve redirect logic
2025-12-16 06:25:38 -08:00