mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-08 14:08:30 -05:00
8 lines
100 B
Go
8 lines
100 B
Go
package archive
|
|
|
|
//archive_oper last_id
|
|
const (
|
|
FirstRoundID = int64(1)
|
|
ZeroID = int64(0)
|
|
)
|