Skip to content

Commit

Permalink
update client
Browse files Browse the repository at this point in the history
  • Loading branch information
xc2f authored Oct 17, 2022
1 parent e0b4098 commit fd2da29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function drawEdge(ctx, x, y, width, height, r, l_r, t_b, btn_w, btn_h) {
ctx.textAlign = 'center';
//ctx.textBaseline = 'bottom';
ctx.fillStyle = '#c0c0c0';
ctx.fillText('DACHOW', 0, -height / 2 + t_b - t_b * 1 / 5);
ctx.fillText('UMCAI', 0, -height / 2 + t_b - t_b * 1 / 5);

//左侧两按钮
sideBtn(ctx, -width, height, height / 3);
Expand Down

0 comments on commit fd2da29

Please sign in to comment.