Nincs leírás

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

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      -- 深色主题下的启动画面