검증게시판 단계 추가

This commit is contained in:
Macbook
2026-05-28 16:24:14 +09:00
parent f64dc1e983
commit 7e3644cb62
375 changed files with 4539 additions and 251294 deletions
+5 -1
View File
@@ -5,10 +5,14 @@ const config: CapacitorConfig = {
appName: 'GoldenChart',
webDir: 'dist',
server: {
androidScheme: 'https',
// https 스킴이면 WebView가 https://localhost → http API 호출이 mixed content로 차단됨 (Failed to fetch)
androidScheme: 'http',
iosScheme: 'capacitor',
},
plugins: {
CapacitorHttp: {
enabled: true,
},
SplashScreen: {
launchAutoHide: true,
backgroundColor: '#0f0f23',