mirror of
https://github.com/2930134478/AI-CS.git
synced 2026-06-15 00:44:30 +08:00
3 lines
120 B
TypeScript
3 lines
120 B
TypeScript
/** 共享草稿在对方无新输入时自动隐藏的时长(毫秒) */
|
|
export const TYPING_DRAFT_TTL_MS = 15_000;
|