更新changelog

This commit is contained in:
2025-09-26 09:55:46 +08:00
parent 1b0efe26a5
commit 46f027f697
2 changed files with 6 additions and 0 deletions

2
public/changelog.txt Normal file
View File

@@ -0,0 +1,2 @@
2025.09.19 更新了单词板,单词不再会重叠。
2025.09.25 优化了主界面UI

4
src/constants.ts Normal file
View File

@@ -0,0 +1,4 @@
export const BOARD_WIDTH = 1000;
export const BOARD_HEIGHT = 600;
export const TEXT_SIZE = 30;
export const TEXT_WIDTH = TEXT_SIZE * 0.6;