A quiet fan reading room for the Secret Sealing Club albums.
This site gathers the nine ZUN's Music Collection CDs with Secret Sealing Club booklet stories. Choose an album, play a track through NetEase Cloud Music, and read the matching story section in Chinese or Japanese.
Ghostly Field Club
Changeability of Strange Dream
Retrospective 53 minutes
Magical Astronomy
Trojan Green Asteroid
Neo-traditionalism of Japan
Dr. Latency's Freak Report
Dateless Bar "Old Adam"
Taboo Japan Disentanglement
Story JSON files live in content/albums/. Track metadata and NetEase song IDs live in src/data.js.
{
"track": 1,
"title": { "zh": "中文标题", "ja": "日本語タイトル" },
"text": { "zh": "中文正文", "ja": "日本語本文" }
}python3 -m http.server 4173 --bind 127.0.0.1Open http://127.0.0.1:4173.
Pushing to main deploys the site through GitHub Pages Actions.