feat(M1.5): 开发环境验证 (v0.0.5)

- 验证扩展可在 Chrome 中正常加载
- 修复 Vite HMR WebSocket 在 Chrome 扩展中的报错
- 禁用 HMR 避免 chrome-extension:// 协议限制
- 所有模块 Console 输出正常
This commit is contained in:
李岩岩 2026-02-10 10:08:00 +08:00
parent 5e7bde1879
commit 23a0e55979
5 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@
## 版本速查
### 当前版本
`0.0.4` → 下一目标 `0.0.5` ([M1.5](./M1.md))
`0.0.5` → 下一目标 `0.1.1` ([M2.1](./M2.md))
### 模块版本范围

View File

@ -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)
---

View File

@ -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 |
---

View File

@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "沙拉查词",
"version": "0.0.4",
"version": "0.0.5",
"description": "聚合词典划词翻译",
"permissions": [
"storage",

View File

@ -1,6 +1,6 @@
{
"name": "salad-dict",
"version": "0.0.4",
"version": "0.0.5",
"description": "聚合词典划词翻译",
"private": true,
"type": "module",