Files
thzxx e84f62c482 v0.11.9: 修复纯文本消息卡片丢失 + 子代理参数可配置
fix: 恢复纯文本消息的 else if 分支,修复 fed1e6d 重构后用户消息卡片不显示
fix: allVids 类型注解补充 base64 字段,消除 TS2322 编译错误
feat: 子代理最大轮次和超时接入设置面板(subAgentMaxLoops/subAgentTimeout)
chore: 版本号 0.11.7 → 0.11.9
2026-06-20 13:04:17 +08:00

8 lines
285 B
Plaintext

registry=https://registry.npmmirror.com
# 允许包的 postinstall 脚本(electron 需要下载二进制文件)
ignore-scripts=false
# Electron 二进制下载镜像(国内加速,在终端设置环境变量)
# $env:ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/"