feat:重构倒计时相关内容,将倒计时逻辑放在后端进行
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
alter table study_sessions
|
||||
add pointer_position bigint null comment '计时器指针位置';
|
||||
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
alter table study_sessions
|
||||
add pointer_position bigint null comment '计时器指针位置';
|
||||
|
||||