app
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user