• 稀有度陣列(this.rarityList): [{ id, name, prob }],用來對應滑桿與機率分配
• 卡片資料(this.cardData):從 pokemon_cards.json 載入,格式為 { SSR: [url,…], R: […], … }
pokemon_cards.json
• 資料來源:以 Python 爬蟲抓取官方卡牌網站並分類後輸出 JSON,並透過 GitHub Actions 每天 08:00 自動更新