This commit is contained in:
DelLevin-Home
2026-06-25 02:11:11 +08:00
parent 5b7823cb78
commit 00e948e580
4 changed files with 65 additions and 33 deletions

View File

@@ -11,6 +11,7 @@ class ServerConfig {
static final String apiBase = '$baseUrl/api';
static final String vipBaseUrl = kDebugMode
// ? 'http://vipapi.mooknote.iletter.top'
? 'http://192.168.31.48:8081'
: 'http://vipapi.mooknote.iletter.top';
}