hyapp-server/.claude/launch.json
zhx 5da1421fae 幸运礼物 fixed_v2 高水位返奖加权:阈值/系数/恢复水位三元组与奖池滞回标志
- lucky_gift_rule_versions 新增 v2_high_water_boost_{threshold,factor_ppm,recover}_coins,0 表示关闭
- lucky_pools 新增 v2_boost_active 滞回标志:触发阈值后加权,跌破恢复水位退出
- 迁移 010 全部 ALGORITHM=INSTANT,不回写历史行;proto/admin 透传三元组
- 真库回归 lucky_gift_v2_boost_test.go

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 01:35:35 +08:00

27 lines
669 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "admin-platform",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["--dir", "/Users/hy/Documents/hy/hyapp-admin-platform", "dev", "--port", "7002"],
"port": 7002,
"autoPort": false
},
{
"name": "admin-server",
"runtimeExecutable": "go",
"runtimeArgs": ["run", "-C", "server/admin", "./cmd/server"],
"port": 13100,
"autoPort": false
},
{
"name": "lucky-gift-service",
"runtimeExecutable": "go",
"runtimeArgs": ["run", "./services/lucky-gift-service/cmd/server"],
"port": 13013,
"autoPort": false
}
]
}