更新内容
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import type { CapacitorConfig } from '@capacitor/cli';
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'com.yiulix.kotonoha',
|
||||
appName: '言の葉写字板',
|
||||
webDir: 'dist',
|
||||
server: {
|
||||
androidScheme: 'http',
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user