amtoaer / bili-sync

由 Rust & Tokio 驱动的哔哩哔哩同步工具
https://bili-sync.allwens.work
MIT License
347 stars 32 forks source link

fix: 修复类型错误导致的数值溢出 #115

Closed amtoaer closed 1 month ago

amtoaer commented 1 month ago

过去分页 cid 使用的类型是 i32,今天遇到了溢出的情况:

image

将 i32 修改为 i64 以修复该问题。