From 23a0e559793c04e7b0e55224d4bb04bc6d06cbed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=B2=A9=E5=B2=A9?= Date: Tue, 10 Feb 2026 10:08:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(M1.5):=20=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E9=AA=8C=E8=AF=81=20(v0.0.5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 验证扩展可在 Chrome 中正常加载 - 修复 Vite HMR WebSocket 在 Chrome 扩展中的报错 - 禁用 HMR 避免 chrome-extension:// 协议限制 - 所有模块 Console 输出正常 --- docs/QUICK_REF.md | 2 +- docs/README.md | 6 +++--- docs/VERSION.md | 2 +- manifest.json | 2 +- package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/QUICK_REF.md b/docs/QUICK_REF.md index 8d88439..9b81d7d 100644 --- a/docs/QUICK_REF.md +++ b/docs/QUICK_REF.md @@ -7,7 +7,7 @@ ## 版本速查 ### 当前版本 -`0.0.4` → 下一目标 `0.0.5` ([M1.5](./M1.md)) +`0.0.5` → 下一目标 `0.1.1` ([M2.1](./M2.md)) ### 模块版本范围 diff --git a/docs/README.md b/docs/README.md index 7504e1e..c1abe5f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -65,9 +65,9 @@ M11.10完成 → 1.0.0 (正式发布) ## 当前状态 -**当前版本**: `0.0.4` -**当前进度**: 4/97 (4%) -**下一任务**: [M1.5 开发环境验证](./M1.md#m15-开发环境验证--目标版本-0005) +**当前版本**: `0.0.5` +**当前进度**: 5/97 (5%) +**下一任务**: [M2.1 文本选择检测](./M2.md#m21-文本选择检测--目标版本-011) --- diff --git a/docs/VERSION.md b/docs/VERSION.md index 3236cd9..cd510b3 100644 --- a/docs/VERSION.md +++ b/docs/VERSION.md @@ -21,7 +21,7 @@ | M1.2 | 0.0.2 | Manifest V3 配置 | ✅ | 2026-02-09 | | M1.3 | 0.0.3 | 构建工具配置 | ✅ | 2026-02-09 | | M1.4 | 0.0.4 | 模块间通信工具 | ✅ | 2026-02-09 | -| M1.5 | 0.0.5 | 开发环境验证 | ⬜ | - | +| M1.5 | 0.0.5 | 开发环境验证 | ✅ | 2026-02-09 | --- diff --git a/manifest.json b/manifest.json index 25bbe26..ded5627 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "沙拉查词", - "version": "0.0.4", + "version": "0.0.5", "description": "聚合词典划词翻译", "permissions": [ "storage", diff --git a/package.json b/package.json index 7a7c6a1..62ce9a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "salad-dict", - "version": "0.0.4", + "version": "0.0.5", "description": "聚合词典划词翻译", "private": true, "type": "module",