BiliIndex 扩展 demo1.0.0 冻结快照
================================

用途：终极回滚目标（最简稳定 demo1）。
      若在 1.0.10 之后出问题，请先回滚 demo-1.0.10（baseline/demo-1.0.10/）；
      仅当 1.0.10 仍不可用时，再用本目录覆盖回项目根目录对应路径。
      重载扩展 + Ctrl+F5。

冻结时间：2026-05-22
manifest version：1.0.0

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

  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

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

  $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

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