2 Commits

Author SHA1 Message Date
e8e1a2bb69 fix: clean foreground icon + version 1.0.1 2026-04-18 11:09:38 +08:00
937cea5f9d fix: cap copy android for icon assets 2026-04-18 10:52:55 +08:00
5 changed files with 6 additions and 3 deletions

View File

@@ -38,7 +38,10 @@ COPY package*.json ./
RUN npm install RUN npm install
COPY . . COPY . .
RUN npm run build && npx cap add android && npx cap sync android RUN npm run build && npx cap add android && npx cap copy android && npx cap sync android
# Patch version to 1.0.1
RUN sed -i 's/versionName "1.0.0"/versionName "1.0.1"/' /workspace/android/app/build.gradle
WORKDIR /workspace/android WORKDIR /workspace/android
RUN chmod +x gradlew RUN chmod +x gradlew

View File

@@ -10,8 +10,8 @@
"allowMixedContent": true, "allowMixedContent": true,
"icon": "public/icons/icon.png", "icon": "public/icons/icon.png",
"adaptiveIcon": { "adaptiveIcon": {
"foreground": "public/icons/ic_launcher_foreground.png", "foreground": "public/icons/ic_launcher_foreground_clean.png",
"background": "public/icons/ic_launcher_background.png" "background": "public/icons/ic_launcher_background_white.png"
} }
}, },
"plugins": { "plugins": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
十二章服饰.apk Normal file

Binary file not shown.