mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-08 14:08:30 -05:00
8 lines
107 B
Go
8 lines
107 B
Go
|
|
package act
|
||
|
|
|
||
|
|
// Relate bnj Relate
|
||
|
|
type Relate struct {
|
||
|
|
URL string `json:"url"`
|
||
|
|
Img string `json:"img"`
|
||
|
|
}
|