Ingen beskrivning

liming 7e24ac2215 feat: 创建 11 timmar sedan
.vscode b03693d699 1 1 vecka sedan
android 3538d453bc feat: 我的 1 dag sedan
assets e6c3f1d567 1 6 dagar sedan
cert b03693d699 1 1 vecka sedan
public e6c3f1d567 1 6 dagar sedan
settings fdc9e002ad feat: i18n 13 timmar sedan
src 7e24ac2215 feat: 创建 11 timmar sedan
.gitignore 7368fa07a6 1 6 dagar sedan
README.md e6c3f1d567 1 6 dagar sedan
capacitor.config.json 3538d453bc feat: 我的 1 dag sedan
index.html 3538d453bc feat: 我的 1 dag sedan
jsconfig.json b03693d699 1 1 vecka sedan
package.json fdc9e002ad feat: i18n 13 timmar sedan
vite.config.js fdc9e002ad feat: i18n 13 timmar sedan

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