feat: 新增动态页面

This commit is contained in:
guozhigq
2023-06-24 23:47:05 +08:00
parent 7174eef890
commit 714cbb2d0f
10 changed files with 844 additions and 12 deletions

View File

@ -135,6 +135,8 @@ class Api {
// https://api.bilibili.com/x/polymer/web-dynamic/v1/portal
// 关注的up动态
// https://api.bilibili.com/x/polymer/web-dynamic/v1/feed/all
static const String followDynamic = '/x/polymer/web-dynamic/v1/feed/all';
// 获取稍后再看
static const String seeYouLater = '/x/v2/history/toview';