mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-acgnshow.git
synced 2025-09-06 12:16:25 +00:00
✍️v0.2.3.2,展览列表显示的价格修改为价格区间而非最低价格
This commit is contained in:
@ -168,7 +168,8 @@ def process_shows_data_to_template(shows_data: dict):
|
||||
"location": district_name + venue_name,
|
||||
"sale_flag": sale_flag,
|
||||
"id": project_id,
|
||||
"price": price_low,
|
||||
"price_low": price_low,
|
||||
"price_high": price_high,
|
||||
"start_time": start_time,
|
||||
"end_time": end_time,
|
||||
"wish": wish,
|
||||
|
Reference in New Issue
Block a user