mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-26 05:16:01 +08:00
http 初始化
This commit is contained in:
4
lib/http/constants.dart
Normal file
4
lib/http/constants.dart
Normal file
@@ -0,0 +1,4 @@
|
||||
class HttpString {
|
||||
static const String baseUrl = 'https://www.bilibili.com';
|
||||
static const String baseApiUrl = 'https://api.bilibili.com';
|
||||
}
|
||||
Reference in New Issue
Block a user