shanshanzhong147
466507a196
fix(admin): 赠送流量配置项补全中英文案并修正语义描述
...
- 补提交 giftTraffic i18n key(此前仅表单落库,中文界面显示英文兜底)
- 修正描述:0=时长模式(按试用时长配置),>0=流量模式不限时用完为止
(原文案「0=不限流量」与后端实际语义相反,会误导运营配置)
2026-08-15 19:52:42 -07:00
shanshanzhong147
6b9ae70491
feat(simnet): add SimNet protocol to admin server form
...
- form-schema: constants/defaults/schemas/types + full ~48 simnet field set
- server-form: SimNet field group rendering
- node-form: allow simnet protocol type
- i18n: en-US / zh-CN simnet labels
2026-07-27 00:18:47 -07:00
shanshanzhong147
e64f808633
feat(抽奖): 人工发放(crypto)奖品去掉金额/币种/网络/领奖窗口配置 + 重建 dist.zip
...
人工奖只留 名称+图标+概率+库存;中奖凭截图联系客服线下发放,无需 in-app 领奖表单。
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-17 06:48:39 -07:00
shanshanzhong147
0feb907954
chore(抽奖): crypto 显示名改「人工发放」+ 重建 dist.zip
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-17 02:09:15 -07:00
shanshanzhong147
302275bd17
feat(抽奖): 奖品类型精简为 免费时长+虚拟货币(人工发放)+谢谢参与;重建 dist.zip
...
- prize-form 只保留 vpn_duration / crypto / none(去掉佣金/实物/人工其他)
- crypto 标签改「虚拟货币」
- 重新 vite build 并打包 apps/admin/dist.zip(部署产物,含全部抽奖新功能)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-17 01:37:54 -07:00
shanshanzhong147
322d60b648
feat(抽奖): 活动删除按钮 + 格子数可选(8/9,默认8)
...
- 活动列表加"删除"(ConfirmButton→DELETE /activities/:id)
- activity-form 格子数选项 [8,9],新建默认 8(原来写死只有 9)
- service: deleteLotteryActivity;i18n 删除文案
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-17 00:18:02 -07:00
shanshanzhong147
508cfa91ba
feat(抽奖): 后台"抽奖记录"页 — 中奖/发放流水列表
...
- draws-panel(新): ProTable 列出中奖人/奖品/发放状态/发放结果,按 是否中奖/发放状态/用户ID 过滤
- activity-detail: 新增"抽奖记录"Tab
- service+types: getLotteryDrawList + AdminLotteryDraw
- i18n: draw.* zh/en
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-16 23:41:47 -07:00
shanshanzhong147
dd837cac7c
feat(抽奖): 开放人工奖(crypto/physical/manual_other) + 领奖工单管理 + REST 对齐
...
- prize-form: 解禁 crypto/physical/manual_other 并加各自 config;权重改为中奖概率(%),
合计校验;vpn_duration 加"无订阅时新建订阅套餐"
- prize-grid: 概率合计=100% 校验告警;卡片渲染真实 config(时长/金额)
- claims-panel(新): 领奖工单列表 + 审核通过/驳回/标记发放
- activity-detail: 新增"领奖工单"Tab
- service: 奖品改/删 id 走 /prizes/:id(对齐后端 REST);新增 claims 5 个接口 + 类型
- i18n: 补齐 zh-CN/en-US lottery 文案
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-16 20:29:47 -07:00
shanshanzhong147
ab327f5118
feat: 后台抽奖活动管理(Stage 1)
...
- 服务层:12 个 /v1/admin/lottery 接口封装与 API 类型定义
- 活动列表:状态筛选、上架/暂停(带确认)、编辑、管理、发次数
- 奖品管理:3×3 九宫格可视化编辑、概率预览、保底奖警告、佣金元↔分转换、无限库存
- 规则设置:chance_sources 动态编辑,eligibility 简单/高级(JSON)双模式,本地 rulecaps 校验(深度≤8/节点≤64/≤8KB),Stage 1 未接线警示
- 手动发次数:自动生成幂等 source_ref
- 路由 /dashboard/lottery、Commerce 菜单项、en-US/zh-CN 双语文案
- 对接文档见 vpn/aaaa.txt(Stage 1)
2026-07-09 13:35:35 -07:00
shanshanzhong147
dfe1bafd1c
feat: 用户订阅流量限速规则编辑器与列表信息增强
...
- 订阅表单新增卡片式流量限速规则编辑器(TrafficLimitRuleEditor),替换 ArrayInput
- 用户列表与订阅详情展示会员状态(member_status)、最近登录时间(last_login_time)
- ProTable 支持列级 meta.className 自定义样式
- 仪表盘统计与促销规则表单配套调整,用户文案双语同步
2026-07-09 13:34:03 -07:00
shanshanzhong147
511ce4ff65
Merge branch 'internal' into main
PR Check / Lint, Check, Test and Build (push) Has been cancelled
Build and Release / Build (push) Has been cancelled
2026-06-23 08:49:48 -07:00
shanshanzhong147
d66b664198
修复( #122 ): 补齐促销价档位提交
PR Check / Lint, Check, Test and Build (push) Has been cancelled
Build and Release / Build (push) Has been cancelled
2026-05-29 02:36:30 -07:00
shanshanzhong147
a7d89acc7f
新功能( #113 ): 发布促销管理后台页面到main
PR Check / Lint, Check, Test and Build (push) Has been cancelled
Build and Release / Build (push) Has been cancelled
2026-05-29 00:40:33 -07:00
shanshanzhong147
100b641552
修复( #97 ): 区分邀请管理加载失败状态
PR Check / Lint, Check, Test and Build (push) Has been cancelled
Build and Release / Build (push) Has been cancelled
2026-05-27 20:24:22 -07:00
shanshanzhong147
aeca20ad1e
新功能( #93 ): 新增管理后台邀请管理页面
...
PR Check / Lint, Check, Test and Build (push) Has been cancelled
Build and Release / Build (push) Has been cancelled
新增 /dashboard/invite-management 页面,调用 GET /v1/admin/invite/list 接口展示全局邀请关系列表。
包含邀请人/被邀请人信息、状态、佣金、赠送天数等列,支持关键词和 ID 筛选、分页。
附带修复提现页收款码图片缺少 width/height 的 lint 问题。
2026-05-27 11:11:15 -07:00
shanshanzhong147
65641838f9
feat: add admin order refund action
Build and Release / Build (push) Has been cancelled
2026-05-24 20:41:53 -07:00
shanshanzhong147
d8b65c6d82
feat: 新增提现申请与提现管理页面
Build and Release / Build (push) Has been cancelled
2026-05-24 20:25:12 -07:00
shanshanzhong147
55c78276fb
chore: 调整 dashboard 续费英文文案
Build and Release / Build (push) Has been cancelled
2026-05-24 17:48:52 -07:00
sepakeloudest
3e2873fb90
取消工单功能
Build and Release / Build (push) Has been cancelled
Issue Close Require / issue-close-require (push) Has been cancelled
2026-05-08 14:26:46 +03:00
shanshanzhong147
7400137b3c
feat: 节点/服务器批量编辑 Sheet、Server 表单协议合并修复、设备类型解析
...
Build and Release / Build (push) Has been cancelled
- 新增 NodeBatchSheet 与 ServerBatchSheet,支持批量选中后一键编辑公共字段
- Server 表单:引入 mergeProtocol / buildSanitizedProtocols,过滤空字符串避免 Zod 枚举校验失败;renderGroupCard 改为具名导出供批量 Sheet 复用;优化嵌套错误提示递归取第一条
- 新增 parseDeviceType 工具函数,从 User-Agent 解析设备平台(iPhone/Android/Mac 等)
- 用户列表:登录标识旁展示设备平台 Badge
- 注册安全设置表单:引入 Textarea 组件并完善字段布局
- 类型定义补充及 i18n 本地化更新
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-01 05:17:01 -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
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
EUForest
ae31019477
feat(group): add node group management UI
...
Add node group management interface with automatic user assignment and traffic-based grouping.
Features:
- Node group CRUD with traffic range configuration
- Three grouping modes: average, subscription-based, and traffic-based
- Group recalculation with preview and history tracking
- Subscribe-to-group mapping management
- User subscription group locking
- Group calculation history with detailed reports
- Multi-language support (en-US, zh-CN)
- Enhanced node and subscription forms with group selection
2026-03-08 23:39:30 +08:00
EUForest
b45ec4b56e
Merge remote-tracking branch 'upstream/main'
2026-02-13 23:11:47 +08:00
web-ppanel
ed3f6cb737
🧹 fix(i18n): remove duplicate locale keys
2026-01-27 18:27:20 +00:00
web-ppanel
830c18c9e4
🔀 merge: main into develop
2026-01-27 18:16:34 +00:00
web-ppanel
9e0dd4c874
🌐 i18n: add admin subscription UI strings
2026-01-27 18:02:18 +00: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
b85013e276
✨ feat: Redemption code
2026-01-06 22:52:43 +08:00
EUForest
2c4518cbab
feat: Redemption Code
2026-01-06 21:05:23 +08:00
EUForest
45b9b523b1
feat: Device Bind Limit
2026-01-06 21:03:31 +08:00
EUForest
e3c0dc2569
feat: Device Bind Limit
2026-01-06 21:02:38 +08:00
web@ppanel
cbd6e29ded
🐛 fix: Update server and web version update descriptions to remove version prefix for clarity
2025-12-30 08:08:48 +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
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
5f5c33987e
✨ feat: Added the option to restore subscription, and updated the relevant description and confirmation information.
2025-12-29 05:59:30 +00:00
web@ppanel
bc451eea16
✨ feat: Added reset and pause subscription functionality, and updated the status display.
2025-12-29 05:51:24 +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
d22919bf57
🐛 fix: add success message for sorting in subscription table and update device limit terminology to "IP限制" for consistency
2025-12-16 06:40:48 -08:00
web
4b868b0c1d
🐛 fix: update device limit terminology to "IP Limit" for consistency in English and Chinese locales
2025-12-16 06:37:28 -08:00
web
7f06f76056
🐛 fix: update user agent placeholders in subscription configuration for consistency
2025-12-16 06:33:48 -08:00
web
3cf6a5cfb4
✨ feat: update localization files and improve system version management
...
- Changed output path for i18next configuration in admin and user apps to "public/assets/locales/{{language}}/{{namespace}}.json".
- Added new translation keys in English and Chinese for admin and user updates in tool.json files.
- Refactored SystemVersionCard component to utilize new service version checking and updating logic.
- Introduced basic service version checking and updating functions in the gateway service.
- Added typings for new API endpoints related to service version management.
- Updated Vite configuration to rewrite API paths.
- Added TypeScript error handling in various service files.
2025-12-01 03:00:47 -08:00
web
2ce0572283
✨ feat: add new payment icons for Alipay and WeChat Pay, update asset paths
...
- Added SVG icons for Alipay and WeChat Pay in the payment assets directory.
- Updated paths for Lottie animations in various components to use relative paths.
- Changed QR code image sources in payment-related components to point to the new asset paths.
- Adjusted i18n configuration to load translation files from the updated assets directory.
2025-11-29 20:03:41 -08:00
web
4c774871a8
🐛 fix: update repository links and add environment configuration for admin and user apps
2025-11-28 17:53:06 -08:00
web
a801849fb2
🎉 feat: initialization
2025-11-26 19:56:16 -08:00