|
|
@@ -170,6 +170,15 @@ const actionsMap: Record<string, string> = {
|
|
|
peone_forward: "匍匐前行",
|
|
|
wall_crash: "松手摔倒",
|
|
|
head_hit: "头被击中",
|
|
|
+ Fireman_Bash: "",
|
|
|
+ Fireman_Climb: "",
|
|
|
+ Fireman_Crouching: "",
|
|
|
+ Women_Bash: "",
|
|
|
+ "Fireman_Death-Form-Back-Headshot": "",
|
|
|
+ "Fireman_Illeagal-Knee-Left": "左膝盖",
|
|
|
+ "Fireman_Illeagal-Knee-Right": "右膝盖",
|
|
|
+ Fireman_Kicking: "踢门",
|
|
|
+ "Fireman_Left-Turn-Wbirefcase": "",
|
|
|
};
|
|
|
const keys = Object.keys(actionsMap);
|
|
|
const amActions = computed(() => {
|