更新内容

This commit is contained in:
TU
2026-07-06 20:46:31 +08:00
parent 1d1f7591db
commit 71bb89342d
83 changed files with 5961 additions and 427 deletions
+12
View File
@@ -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;