Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 | 1x 1x | /** * 常量定义模块 */ /** 默认账号 ID,用于标记单账号模式(无 accounts 配置)时的内部标识 */ export const DEFAULT_ACCOUNT_ID = '__default__'; /** 新会话触发命令 */ export const NEW_SESSION_COMMANDS = ['/new', '/reset', '/clear', '新会话', '重新开始', '清空对话']; |