fix(client): 公开页页脚「关于岩美」链接改为 AppConfig.aboutUrl 配置项
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -34,6 +34,11 @@ class AppConfig {
|
||||
defaultValue: '',
|
||||
);
|
||||
|
||||
static const aboutUrl = String.fromEnvironment(
|
||||
'ABOUT_URL',
|
||||
defaultValue: 'https://jiu.51yanmei.com',
|
||||
);
|
||||
|
||||
static String get baseUrl => _baseUrl;
|
||||
static String get apiBaseUrl => '$_baseUrl/api/v1';
|
||||
static String get healthUrl => '$_baseUrl/health';
|
||||
|
||||
Reference in New Issue
Block a user