import { SplashScreen } from '@capacitor/splash-screen'; // Hide the splash (you should do this on app launch) SplashScreen.hide(); // Show ...
確定! 回上一頁