Auto commit

上级 d58380a1
...@@ -21,7 +21,7 @@ export default { ...@@ -21,7 +21,7 @@ export default {
ctx.font = "bold 200px sans-serif"; ctx.font = "bold 200px sans-serif";
ctx.textAlign = "center"; ctx.textAlign = "center";
ctx.textBaseline = "middle"; ctx.textBaseline = "middle";
ctx.fillText("1024", canvas.width / 2, canvas.height / 2); ctx.fillText("InsCode", canvas.width / 2, canvas.height / 2);
requestAnimationFrame(render); requestAnimationFrame(render);
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册