import type { CapacitorConfig } from '@capacitor/cli' const config: CapacitorConfig = { appId: 'edu.mingxu.jiaowu', appName: 'ζ˜ŽεΊζ•™εŠ‘', webDir: 'dist', bundledWebRuntime: false, android: { allowMixedContent: true, }, plugins: { CapacitorUpdater: { autoUpdate: 'off', version: '1.0.0', appReadyTimeout: 10000, }, }, } export default config