가상매매 시간봉 제거
This commit is contained in:
@@ -10,17 +10,15 @@ const config: CapacitorConfig = {
|
||||
iosScheme: 'capacitor',
|
||||
},
|
||||
plugins: {
|
||||
// 네이티브 HTTP + AbortSignal 조합이 로그인 fetch 를 끊는 경우가 있어 WebView fetch 사용
|
||||
CapacitorHttp: {
|
||||
enabled: true,
|
||||
enabled: false,
|
||||
},
|
||||
SplashScreen: {
|
||||
launchAutoHide: true,
|
||||
backgroundColor: '#0f0f23',
|
||||
showSpinner: false,
|
||||
},
|
||||
PushNotifications: {
|
||||
presentationOptions: ['badge', 'sound', 'alert'],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user