feat: 动态点赞/取消赞

This commit is contained in:
guozhigq
2023-07-24 22:02:03 +08:00
parent 1c744e3f59
commit 85eeacebb8
9 changed files with 160 additions and 54 deletions

View File

@ -1,4 +1,5 @@
class HttpString {
static const String baseUrl = 'https://www.bilibili.com';
static const String baseApiUrl = 'https://api.bilibili.com';
static const String tUrl = 'https://api.vc.bilibili.com';
}