pub async fn fetch_table(client: &Client, web_url: &str) -> Result<BmsTable>
scraper
reqwest
从网页或头部 JSON 源拉取并解析完整的 BMS 难度表。
参考 fetch_table_full。
fetch_table_full