Sen descrición

liming c3d4e5ef6c feat:1 hai 3 semanas
.vscode b03693d699 1 hai 1 mes
android c3d4e5ef6c feat:1 hai 3 semanas
assets e6c3f1d567 1 hai 1 mes
cert b03693d699 1 hai 1 mes
public 8c785a7cf7 feat: 个人信息 hai 3 semanas
settings fdc9e002ad feat: i18n hai 1 mes
src c3d4e5ef6c feat:1 hai 3 semanas
.env 6d66112152 feat: isNativeApp hai 1 mes
.gitignore 7368fa07a6 1 hai 1 mes
README.md e6c3f1d567 1 hai 1 mes
auto-imports.d.ts 6d66112152 feat: isNativeApp hai 1 mes
capacitor.config.ts c3d4e5ef6c feat:1 hai 3 semanas
index.html 8c785a7cf7 feat: 个人信息 hai 3 semanas
jsconfig.json 6d66112152 feat: isNativeApp hai 1 mes
package.json c3d4e5ef6c feat:1 hai 3 semanas
vite.config.js c3d4e5ef6c feat:1 hai 3 semanas

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