Skip to content

Its-MyPic/Its-MyPicDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

MyPicDB

用於存放MyPic系列背後資料的repo

使用方式

讀取data.json

其中的資料格式為list[dict] 字典中具體格式如下

  {
    "text": "你們要我什麼也不帶就這麼過去?",
    "season": 2,
    "episode": 12,
    "frame_start": 439,
    "frame_prefer": 462,
    "frame_end": 485,
    "segment_id": 6369,
    "character": 32768
  },

緩慢更新中的角色資訊

角色資訊以32為元整數之位元欄的形式記錄

角色 保留 未設定 保留 若葉睦 祐天寺若麥 八幡海鈴 豐川祥子 三角初華 椎名立希 長崎爽世 要樂奈 千早愛音 高松燈
位元 31-16 15 14-10 9 8 7 6 5 4 3 2 1 0

讀取對應圖片

Get請求格式

https://mypic.0m0.uk/images/{season}/{episode}/{frame_prefer}.webp 以範例資料來說就是 https://mypic.0m0.uk/images/2/12/462.webp

Releases

No releases published

Packages

No packages published