add:比赛对阵

This commit is contained in:
2025-05-01 10:23:11 +08:00
parent 5765cb21d5
commit 9622062509
10 changed files with 499 additions and 0 deletions

View File

@@ -51,6 +51,17 @@ return [
"Rule_type4" => "固搭转",
"Rule_type5" => "固定擂",
"Rule_type6" => "活动擂",
"Rule_type7" => "转转",
"Rule_type8" => "分区转",
"Rule_type9" => "擂台赛",
"Rule_type10" => "守擂赛",
"Rule_type11" => "追分赛",
"Rule_type12" => "固搭追分赛",
"Rule_type13" => "大循环群内赛",
"Rule_type14" => "两队PK赛",
"Rule_type15" => "战队淘汰赛",
"Rule_type16" => "单项淘汰赛",
"Rule_type17" => "分区循环淘汰赛",
"Type0" => "一次性",
"Type1" => "周期性",

View File

@@ -56,6 +56,18 @@ return [
"Rule_type4" => "固搭转",
"Rule_type5" => "固定擂",
"Rule_type6" => "活动擂",
"Rule_type7" => "转转",
"Rule_type8" => "分区转",
"Rule_type9" => "擂台赛",
"Rule_type10" => "守擂赛",
"Rule_type11" => "追分赛",
"Rule_type12" => "固搭追分赛",
"Rule_type13" => "大循环群内赛",
"Rule_type14" => "两队PK赛",
"Rule_type15" => "战队淘汰赛",
"Rule_type16" => "单项淘汰赛",
"Rule_type17" => "分区循环淘汰赛",
"Type0" => "一次性",
"Type1" => "周期性",

View File

@@ -0,0 +1,25 @@
<?php
return [
'Gym_id' => '球馆',
'Club_id' => '俱乐部',
'Act_id' => '活动',
'Game_id' => '比赛',
'Level' => '轮次',
'Turn' => '场次',
'TeamA' => '甲方队员',
'TeamB' => '乙方队员',
'Round1' => '第一局比分
',
'Round2' => '第二局比分',
'Round3' => '第三局比分',
'ScoreA' => '甲方总得分',
'ScoreB' => '乙方总得分',
'Winner' => '胜队',
'Create_time' => '创建时间',
'Update_time' => '修改时间',
'Stadium.name' => '球馆名称',
'Club.name' => '俱乐部名称',
'Activity.name' => '活动名称',
'Game.name' => '赛事名称'
];