优化发布确认文案

This commit is contained in:
yml2213
2026-07-28 14:45:33 +08:00
parent c86caeb667
commit e75f1a8519
5 changed files with 31 additions and 21 deletions
@@ -40,9 +40,9 @@ renter.growth_level_rules
"enabled": true,
"points_per_yuan": 1,
"levels": [
{ "code": "platinum", "name": "铂金", "min_points": 0, "discount_bps": 9800 },
{ "code": "diamond", "name": "钻石", "min_points": 1000, "discount_bps": 9500 },
{ "code": "peak", "name": "巅峰", "min_points": 5000, "discount_bps": 9000 }
{ "code": "platinum", "name": "铂金", "min_points": 300, "discount_bps": 9900 },
{ "code": "diamond", "name": "钻石", "min_points": 1000, "discount_bps": 9800 },
{ "code": "peak", "name": "巅峰", "min_points": 5000, "discount_bps": 9500 }
]
}
```