添加教练点评

This commit is contained in:
kron
2025-07-05 19:23:38 +08:00
parent 620ab246b9
commit 58efda67fb
2 changed files with 57 additions and 7 deletions

View File

@@ -64,3 +64,14 @@ export const orderStatusNames = {
8: "已退款",
9: "拒绝退款",
};
export const directionAdjusts = {
AdjustLowerRight: "向右下方调瞄",
AdjustDown: "向下方调瞄",
AdjustLowerLeft: "向左下方调瞄",
AdjustLeft: "向左侧调瞄",
AdjustUpperLeft: "向左上侧调瞄",
AdjustUp: "向上方调瞄",
AdjustUpperRight: "向右上方调瞄",
AdjustRight: "向右侧调瞄",
};