mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
6 lines
204 B
Dart
6 lines
204 B
Dart
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';
|
|
}
|