Skip to content

微兔·We2ima_v1.0.2

Choose a tag to compare

@BestAiToolsBase BestAiToolsBase released this 02 Jul 10:49
1200bff

更新时间:2026-07-02

中文更新说明

本次更新聚焦本地客户端导入效率、部分结构文章导入稳定性、导入模式灵活性、扫描可靠性、调试流程、全量重试可靠性和新用户上手体验提示。

✨ 新增功能

  • 快速导入实验功能,可减少单篇文章导入等待时间,同时保留必要等待与重试机制
  • 仅浏览器打开模式:关闭 "启用IMA 导入"功能后,可测试文章定位与浏览器打开链路,不会把文章标记为“已导入 IMA”
  • 仅浏览器打开模式配置独立历史记录、统计展示与调试额度支持,方便区分“已打开到浏览器”和“已导入 IMA”的文章状态
  • 首次启动上手提示弹窗,在使用引导前提示环境准备和首次配置注意事项,并提供飞书使用沟通群入口

💡 体验优化

  • 快速导入、正常 IMA 导入、仅浏览器打开模式按独立语义运行,减少状态混淆。
  • 导入模式拆分为“导入范围”和“处理方式”,可组合“从头开始、从指定位置开始、指定日期范围”、与“跳过已处理和全部处理”等策略。
  • “仅处理新文章”改为独立开关,“从上次中断处继续”改为独立恢复按钮和弹窗,减少模式含义混淆。
  • 定时任务和全自动任务的启动模式展示与保存逻辑优化,新旧任务配置会按实际执行策略展示。
  • 优化微信公众号部分结构文章导入不稳定问题,降低导入失败概率。
  • 优化 Chrome 文章窗口识别,减少窗口标题自动定位失败。
  • 收藏标签扫描逻辑优化,仅包含视频、图片等非文章收藏的标签页会正常结束并继续后续标签,不再误报断连。

🐛 缺陷修复

  • 修复临时导入失败被误标记为永久 Skip 的问题,后续任务可重新尝试。
  • 修复“从头开始(全部处理)”模式,确保所有历史状态文章都可重新尝试处理,并保持数据库状态归一化。
  • 修复“从指定位置开始 + 全部处理”和“指定日期范围 + 全部处理”无法稳定表达或执行的问题。
  • 修复旧版定时任务、全自动任务和中断恢复记录在新版启动模式下可能展示不一致或执行范围错误的问题。
  • 修复“仅处理新文章”在反向导入、日期范围游标和仅浏览器打开模式下可能提前停止或方向错误的问题。
  • 修复全自动子任务空 limit 或非正数参数可能保存后到执行阶段才崩溃的问题。
  • 修复导入任务报告弹窗可能被浏览器窗口遮挡的问题,现在弹窗默认置顶显示。
  • 修复多Tag导入模式下,“批次数量”计算层级问题。
  • 修复ima自动定位点击时,鼠标漂移或异常移动导致任务中断。

📝 提示

  • 仅浏览器打开不代表文章已导入 IMA 知识库。
  • “从上次中断处继续”现在是恢复动作,不再作为普通启动模式保存到定时任务或全自动任务中;旧任务会自动按兼容规则迁移。
  • 如需重新处理已导入、Skip、Deleted 或仅浏览器打开过的文章,请在对应导入范围下选择“全部处理”。
  • 快速导入属于实验功能,慢加载网页或扩展响应较慢时仍可能触发额外等待或重试。
  • 微信公众号部分结构文章如果遇到插件或页面状态临时超时,会作为本次失败记录,不再默认变成永久跳过;后续可重新运行任务尝试。
  • 首次使用如果遇到环境配置或插件安装问题,可根据启动提示加入飞书使用沟通群求助。

English Release Notes

First post-release iteration focused on scan stability, date-range scanning, user experience and bug fixes.

✨ Extended Features

  • Experimental Fast Import to reduce per-article import waiting time while retaining necessary waits and retries.
  • Browser Open Mode for testing article locating and browser opening without marking articles as imported into IMA when IMA import is disabled.
  • Browser Open Mode configuration separate history, statistics, and debug quota support to distinguish browser-opened articles from real IMA imports.
  • First-run onboarding readiness dialog with setup reminders and a Feishu user community entry before the usage guide.

💡 Improvements

  • Fast Import, normal IMA import, and Browser Open Mode now run with clearer state separation to reduce mixed records.
  • Import mode settings now separate import range from processing behavior, allowing combinations of From Top, From Position, Date Range, Skip Processed, and Process All.
  • Only New is now an independent switch, while Resume From Last Stop is a separate recovery button and dialog to reduce mode ambiguity.
  • Scheduled-task and full-auto-task start mode display and persistence now show both new and legacy task settings according to the actual execution strategy.
  • Optimize the instability of the structure import of some articles on WeChat official account, and reduce the probability of import failure.
  • Optimize Chrome article window recognition to reduce automatic window title localization failures.
  • Improved favorites scanning so tags containing only videos, images, or other non-article items finish normally and continue to later tags instead of reporting a disconnect.

🐛 Bug Fixes

  • Fixed transient import failures being incorrectly saved as permanent Skip states, allowing later retries.
  • Fixed “From Top (Process All)” mode so all historical article states can be retried, and maintain the normalization of the database status.
  • Fixed From Position + Process All and Date Range + Process All so these combinations can be represented and executed reliably.
  • Fixed legacy scheduled tasks, full-auto tasks, and resume records that could otherwise display inconsistently or run with the wrong import range after the new start mode model.
  • Fixed Only New edge cases with reverse direction, date-range cursors, and Browser Open Mode that could stop too early or use the wrong direction.
  • Fixed full-auto subtasks saving empty or non-positive limit values that could otherwise fail later during execution.
  • Fixed the import task report dialog possibly being hidden behind browser windows; it now opens topmost by default.
  • Fixed the issue of calculating the hierarchy of "batch quantity" in multi Tag import mode.
  • Fixed the task interruption caused by mouse drift or abnormal movement during ima automatic positioning and clicking.

📝 Notes

  • Browser Open Mode does not mean the article has been imported into the IMA knowledge base.
  • Resume From Last Stop is now a recovery action, not a normal saved start mode for scheduled or full-auto tasks. Legacy tasks are migrated automatically.
  • To retry imported, skipped, deleted, or browser-opened-only articles, choose Process All under the desired import range.
  • Fast Import is experimental; slow-loading pages or delayed extension responses may still trigger extra waits or retries.
  • If a newer WeChat article temporarily times out during import, it is treated as a retryable failure instead of a permanent skip.
  • If first-time setup or plugin installation is difficult, use the startup prompt to join the Feishu user community for help.

📥 下载 / Download

  • Windows EXE:We2ima_v1.0.2.zip
  • 百度网盘 / Baidu Pan:https://pan.baidu.com/s/1ID8OFFLcuzuOQNDbWS4GoA 提取码 sqbe
  • 夸克网盘 / Quark Pan:https://pan.quark.cn/s/6773ffb09fff 提取码 FYSw

系统要求:Windows 10/11 64-bit + 微信 PC 3.9.x + Chrome + ima 知识库扩展

使用方法

  • 下载 We2ima_v1.0.2.zip
  • 解压后按照教程文件操作

注意事项

  • 首次运行可能会被 360安全卫士 等杀毒软件拦截,请点击"容许"