1
0
mirror of synced 2026-05-21 01:36:28 +08:00

feat: use capicator+ionic to build app

This commit is contained in:
YunYouJun
2025-10-01 17:13:01 +08:00
parent b35c2265d8
commit 30a92d0eb2
147 changed files with 3650 additions and 7678 deletions

9
capacitor.config.ts Normal file
View File

@@ -0,0 +1,9 @@
import type { CapacitorConfig } from '@capacitor/cli'
const config: CapacitorConfig = {
appId: 'cn.yunyoujun.cook',
appName: 'cook',
webDir: 'dist',
}
export default config