Aucune description

liming e6c3f1d567 1 il y a 6 jours
.vscode b03693d699 1 il y a 1 semaine
android e6c3f1d567 1 il y a 6 jours
assets e6c3f1d567 1 il y a 6 jours
cert b03693d699 1 il y a 1 semaine
icons e6c3f1d567 1 il y a 6 jours
ios e6c3f1d567 1 il y a 6 jours
public e6c3f1d567 1 il y a 6 jours
src ffe2fb0bf2 11 il y a 1 semaine
.gitignore 74b117ef80 android il y a 1 semaine
README.md e6c3f1d567 1 il y a 6 jours
capacitor.config.json e6c3f1d567 1 il y a 6 jours
index.html b03693d699 1 il y a 1 semaine
jsconfig.json b03693d699 1 il y a 1 semaine
package.json e6c3f1d567 1 il y a 6 jours
pnpm-lock.yaml e6c3f1d567 1 il y a 6 jours
vite.config.js ffe2fb0bf2 11 il y a 1 semaine

README.md

wallet_app

# 清理旧构建

xcodebuild clean -workspace App.xcworkspace -scheme App

导出 IPA

xcodebuild -exportArchive \
  -archivePath build/App.xcarchive \
  -exportOptionsPlist ExportOptions.plist \
  -exportPath build/ipa

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build
assets/
├── icon-only.png        -- 完整的应用图标文件
├── icon-foreground.png  -- 图标的前景层(核心图形)(背景层)
├── icon-background.png  -- 图标的背景层(纯色或简单纹理)(前景层)
├── splash.png           -- 默认启动画面(亮色主题)
└── splash-dark.png      -- 深色主题下的启动画面