refactor(bootstrap): migrate mypage-index globals to seed files
This commit is contained in:
38
SVSim.Bootstrap/Data/seeds/banners.json
Normal file
38
SVSim.Bootstrap/Data/seeds/banners.json
Normal file
@@ -0,0 +1,38 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"image_name": "banner_000788",
|
||||
"click": "account_transition_with_two",
|
||||
"status": "10",
|
||||
"change_time": 10,
|
||||
"remaining_time": 0,
|
||||
"image_paths": []
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"image_name": "banner_000906",
|
||||
"click": "colosseum",
|
||||
"status": "",
|
||||
"change_time": 10,
|
||||
"remaining_time": 0,
|
||||
"image_paths": []
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"image_name": "banner_000220",
|
||||
"click": "deck_intro_rotation",
|
||||
"status": "17",
|
||||
"change_time": 10,
|
||||
"remaining_time": 0,
|
||||
"image_paths": []
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"image_name": "banner_000840",
|
||||
"click": "mission",
|
||||
"status": "2",
|
||||
"change_time": 10,
|
||||
"remaining_time": 0,
|
||||
"image_paths": []
|
||||
}
|
||||
]
|
||||
20
SVSim.Bootstrap/Data/seeds/colosseum.json
Normal file
20
SVSim.Bootstrap/Data/seeds/colosseum.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"id": 1,
|
||||
"colosseum_id": "165",
|
||||
"colosseum_name": "Rivenbrandt Take Two Cup",
|
||||
"card_pool_name": "Take Two (Dragonblade–Rivenbrandt)",
|
||||
"deck_format": "3",
|
||||
"start_time": "2026-05-21 06:00:00",
|
||||
"end_time": "2026-05-25 19:59:59",
|
||||
"now_round": "1",
|
||||
"is_display_tips": "0",
|
||||
"tips_id": "0",
|
||||
"is_colosseum_period": true,
|
||||
"is_round_period": true,
|
||||
"is_normal_two_pick": "1",
|
||||
"is_special_mode": "10",
|
||||
"is_all_card_enabled": 0,
|
||||
"sales_period_info": {
|
||||
"sales_period_time": "2026-05-25 19:59:59"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"id": 119,
|
||||
"period_num": 118,
|
||||
"necessary_score": 0,
|
||||
"begin_time": "2026-05-01 02:00:00",
|
||||
"end_time": "2026-06-01 01:59:59"
|
||||
}
|
||||
]
|
||||
21
SVSim.Bootstrap/Data/seeds/sealed-season.json
Normal file
21
SVSim.Bootstrap/Data/seeds/sealed-season.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"id": 1,
|
||||
"enable": 1,
|
||||
"crystal_cost": 600,
|
||||
"rupy_cost": 600,
|
||||
"ticket_cost": 4,
|
||||
"deck_using_num_min": 30,
|
||||
"schedule_id": 21,
|
||||
"is_join": false,
|
||||
"is_deck_code_maintenance": false,
|
||||
"pack_info": [
|
||||
10032,
|
||||
10032,
|
||||
10031,
|
||||
10030,
|
||||
10029
|
||||
],
|
||||
"sales_period_info": {
|
||||
"sales_period_series": 33
|
||||
}
|
||||
}
|
||||
7
SVSim.Bootstrap/Data/seeds/special-deck-formats.json
Normal file
7
SVSim.Bootstrap/Data/seeds/special-deck-formats.json
Normal file
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"deck_format": "5",
|
||||
"end_time": "2030-06-26 19:59:59"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user