BiliIndex 扩展 demo1.2.11 冻结快照（V1.2.12 批次 · 扩展回滚基线）
================================================================

状态：已冻结（2026-05-22）。新需求开发前可回滚到此目录。

manifest version：1.2.11

本版主要能力（相对 1.0.10）：
  - 会员评论区屏蔽、视频封面遮罩
  - 滑块验证码（登录/注册）
  - 积分流水到账校验
  - 隐私协议链接、弹窗与内容脚本增强

PowerShell 一键回滚（在本目录执行）：

  $root = Resolve-Path "..\.."
  Copy-Item manifest.json "$root\manifest.json" -Force
  Copy-Item biliindex-core.js "$root\src\lib\biliindex-core.js" -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 tag-bridge.js "$root\src\content\tag-bridge.js" -Force
  Copy-Item uid-display.js "$root\src\content\uid-display.js" -Force
  Copy-Item uid-display.css "$root\src\content\uid-display.css" -Force
  Copy-Item quick-tag.js "$root\src\content\quick-tag.js" -Force
  Copy-Item comment-block.js "$root\src\content\comment-block.js" -Force
  Copy-Item comment-block.css "$root\src\content\comment-block.css" -Force
  Copy-Item video-block.js "$root\src\content\video-block.js" -Force
  Copy-Item video-block.css "$root\src\content\video-block.css" -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 captcha-slider.js "$root\popup\captcha-slider.js" -Force
  Copy-Item service-worker.js "$root\background\service-worker.js" -Force

然后：edge://extensions 或 chrome://extensions → 重新加载扩展 → B 站 Ctrl+F5。
控制台应显示 [BiliIndex] 1.2.11 已注入。

若仍异常，再回滚 demo1.0.10（baseline/demo-1.0.10/）。
