mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2026-05-07 10:47:42 +08:00
8 lines
127 B
Protocol Buffer
8 lines
127 B
Protocol Buffer
syntax = "proto3";
|
|
package bilibili.metadata.restriction;
|
|
|
|
enum ModeType{
|
|
NORMAL = 0;
|
|
TEENAGERS = 1;
|
|
LESSONS = 2;
|
|
} |