添加教练点评
This commit is contained in:
@@ -64,3 +64,14 @@ export const orderStatusNames = {
|
||||
8: "已退款",
|
||||
9: "拒绝退款",
|
||||
};
|
||||
|
||||
export const directionAdjusts = {
|
||||
AdjustLowerRight: "向右下方调瞄",
|
||||
AdjustDown: "向下方调瞄",
|
||||
AdjustLowerLeft: "向左下方调瞄",
|
||||
AdjustLeft: "向左侧调瞄",
|
||||
AdjustUpperLeft: "向左上侧调瞄",
|
||||
AdjustUp: "向上方调瞄",
|
||||
AdjustUpperRight: "向右上方调瞄",
|
||||
AdjustRight: "向右侧调瞄",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user