- 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>
27 lines
669 B
JSON
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
|
|
}
|
|
]
|
|
}
|