设置的实时变动
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-10-11 14:07:16 +08:00
parent b65bb3d53c
commit 76f8a03177
9 changed files with 118 additions and 105 deletions

View File

@@ -42,7 +42,8 @@ export const SYNC_MESSAGES = {
SYNC_ON: "断开同步",
SYNC_OFF: "开启同步",
SYNCING_WITH: (name: string) => `🔗 与 ${name} 同步中`,
STUDENT_LEFT: (name?: string) => name ? `💡 ${name}已离开` : "💡 可以关闭同步",
STUDENT_LEFT: (name?: string) =>
name ? `💡 ${name}已离开` : "💡 可以关闭同步",
} as const
// 类型定义