BiliIndex 扩展 demo1.0.10 冻结快照（功能完善 · 市场上架基线）
================================================================

状态：已冻结（2026-05-22）。此后开发请从 1.0.11 起，勿直接改本目录除非重新快照。

用途：在 1.0.10 之后若出现回归，优先用本目录覆盖回项目对应路径；
      若仍无法解决，再回滚到 demo1.0.0（见 baseline/demo-1.0.0/）。

manifest version：1.0.10

本版主要能力：
  - B 站评论/推荐/UP/空间头图标签槽；路人 + 常用标签 Tab
  - 弹窗四槽打标、三级标签可折叠、Emoji 仅图标悬停显名
  - 使用说明 / 作者的话 / BUG 反馈 / 大窗口 / 积分兑换会员入口
  - 30×10 标签树、账号体系、打标限流、站点内容 API
  - 商店上架：见 ../../STORE_RELEASE.md

文件对照（复制目标 ← 本目录文件）：

  manifest.json                    →  ../../manifest.json
  tag-slots.js                     →  ../../src/content/tag-slots.js
  tag-slots.css                    →  ../../src/content/tag-slots.css
  biliindex-core.js                →  ../../src/lib/biliindex-core.js
  popup.js                         →  ../../popup/popup.js
  popup.html                       →  ../../popup/popup.html
  popup.css                        →  ../../popup/popup.css
  service-worker.js                →  ../../background/service-worker.js
  tag-bridge.js                    →  ../../src/content/tag-bridge.js

注意：icons/、scripts/build-store.ps1、STORE_RELEASE.md 不在快照内，回滚后请从 git 保留或单独复制。

PowerShell 一键回滚到 1.0.10（在 baseline/demo-1.0.10 目录执行）：

  $root = Resolve-Path "..\.."
  Copy-Item manifest.json "$root\manifest.json" -Force
  Copy-Item tag-slots.js "$root\src\content\tag-slots.js" -Force
  Copy-Item tag-slots.css "$root\src\content\tag-slots.css" -Force
  Copy-Item biliindex-core.js "$root\src\lib\biliindex-core.js" -Force
  Copy-Item popup.js "$root\popup\popup.js" -Force
  Copy-Item popup.html "$root\popup\popup.html" -Force
  Copy-Item popup.css "$root\popup\popup.css" -Force
  Copy-Item service-worker.js "$root\background\service-worker.js" -Force
  Copy-Item tag-bridge.js "$root\src\content\tag-bridge.js" -Force

回滚后：edge://extensions → 重新加载扩展 → B 站 Ctrl+F5
确认：控制台 [BiliIndex] 1.0.10 已注入

详细策略见 ../../VERSIONING.md
