更新changelog
This commit is contained in:
2
public/changelog.txt
Normal file
2
public/changelog.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
2025.09.19 更新了单词板,单词不再会重叠。
|
||||||
|
2025.09.25 优化了主界面UI
|
||||||
4
src/constants.ts
Normal file
4
src/constants.ts
Normal 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;
|
||||||
Reference in New Issue
Block a user