This commit is contained in:
2026-07-28 13:59:16 +08:00 Unverified
parent be842cc1d5
commit 9a75589282
13 changed files with 1119 additions and 43 deletions
+13
View File
@@ -0,0 +1,13 @@
import type { CapacitorConfig } from '@capacitor/cli'
const config: CapacitorConfig = {
appId: 'edu.mingxu.jiaowu',
appName: '明序教务',
webDir: 'dist',
bundledWebRuntime: false,
android: {
allowMixedContent: true,
},
}
export default config