wkw 6 gün önce
ebeveyn
işleme
ae216c57fe
31 değiştirilmiş dosya ile 15 ekleme ve 15 silme
  1. 8 2
      android/app/src/main/AndroidManifest.xml
  2. BIN
      android/app/src/main/res/drawable-land-hdpi/splash.png
  3. BIN
      android/app/src/main/res/drawable-land-mdpi/splash.png
  4. BIN
      android/app/src/main/res/drawable-land-xhdpi/splash.png
  5. BIN
      android/app/src/main/res/drawable-land-xxhdpi/splash.png
  6. BIN
      android/app/src/main/res/drawable-land-xxxhdpi/splash.png
  7. BIN
      android/app/src/main/res/drawable-port-hdpi/splash.png
  8. BIN
      android/app/src/main/res/drawable-port-mdpi/splash.png
  9. BIN
      android/app/src/main/res/drawable-port-xhdpi/splash.png
  10. BIN
      android/app/src/main/res/drawable-port-xxhdpi/splash.png
  11. BIN
      android/app/src/main/res/drawable-port-xxxhdpi/splash.png
  12. BIN
      android/app/src/main/res/drawable/splash.png
  13. 2 6
      android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
  14. 2 6
      android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
  15. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher.png
  16. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
  17. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
  18. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher.png
  19. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
  20. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
  21. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  22. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
  23. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
  24. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  25. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
  26. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
  27. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  28. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
  29. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
  30. 1 1
      android/gradle/wrapper/gradle-wrapper.properties
  31. 2 0
      package.json

+ 8 - 2
android/app/src/main/AndroidManifest.xml

@@ -1,5 +1,6 @@
-<?xml version="1.0" encoding="utf-8" ?>
+<?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android">
+
     <application
         android:allowBackup="true"
         android:icon="@mipmap/ic_launcher"
@@ -7,6 +8,7 @@
         android:roundIcon="@mipmap/ic_launcher_round"
         android:supportsRtl="true"
         android:theme="@style/AppTheme">
+
         <activity
             android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode|navigation"
             android:name=".MainActivity"
@@ -14,10 +16,12 @@
             android:theme="@style/AppTheme.NoActionBarLaunch"
             android:launchMode="singleTask"
             android:exported="true">
+
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.LAUNCHER" />
             </intent-filter>
+
         </activity>
 
         <provider
@@ -25,7 +29,9 @@
             android:authorities="${applicationId}.fileprovider"
             android:exported="false"
             android:grantUriPermissions="true">
-            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
+            <meta-data
+                android:name="android.support.FILE_PROVIDER_PATHS"
+                android:resource="@xml/file_paths"></meta-data>
         </provider>
     </application>
 

BIN
android/app/src/main/res/drawable-land-hdpi/splash.png


BIN
android/app/src/main/res/drawable-land-mdpi/splash.png


BIN
android/app/src/main/res/drawable-land-xhdpi/splash.png


BIN
android/app/src/main/res/drawable-land-xxhdpi/splash.png


BIN
android/app/src/main/res/drawable-land-xxxhdpi/splash.png


BIN
android/app/src/main/res/drawable-port-hdpi/splash.png


BIN
android/app/src/main/res/drawable-port-mdpi/splash.png


BIN
android/app/src/main/res/drawable-port-xhdpi/splash.png


BIN
android/app/src/main/res/drawable-port-xxhdpi/splash.png


BIN
android/app/src/main/res/drawable-port-xxxhdpi/splash.png


BIN
android/app/src/main/res/drawable/splash.png


+ 2 - 6
android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
-    <background>
-        <inset android:drawable="@mipmap/ic_launcher_background" android:inset="16.7%" />
-    </background>
-    <foreground>
-        <inset android:drawable="@mipmap/ic_launcher_foreground" android:inset="16.7%" />
-    </foreground>
+    <background android:drawable="@color/ic_launcher_background"/>
+    <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
 </adaptive-icon>

+ 2 - 6
android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
-    <background>
-        <inset android:drawable="@mipmap/ic_launcher_background" android:inset="16.7%" />
-    </background>
-    <foreground>
-        <inset android:drawable="@mipmap/ic_launcher_foreground" android:inset="16.7%" />
-    </foreground>
+    <background android:drawable="@color/ic_launcher_background"/>
+    <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
 </adaptive-icon>

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher.png


BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png


BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png


BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher.png


BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png


BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png


BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png


BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png


BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png


BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png


BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png


BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png


BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png


BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png


BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png


+ 1 - 1
android/gradle/wrapper/gradle-wrapper.properties

@@ -1,6 +1,6 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://mirrors.cloud.tencent.com/gradle/gradle-8.11.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
 networkTimeout=10000
 validateDistributionUrl=true
 zipStoreBase=GRADLE_USER_HOME

+ 2 - 0
package.json

@@ -7,6 +7,7 @@
     "dev": "vite",
     "s": "npx cap sync",
     "a": "npx cap run android --live-reload --host=192.168.0.59 --port=5173",
+    "app": "npx cap run android --live-reload --host=192.168.0.70 --port=5173",
     "ios": "npx cap run ios --live-reload --host=192.168.0.59 --port=5173",
     "android": "npx cap add android && npx cap sync",
     "android:clean": "(cd android && ./gradlew clean)",
@@ -37,6 +38,7 @@
     "less-loader": "^12.3.0",
     "lodash": "^4.17.21",
     "pinia": "^3.0.1",
+    "sharp": "^0.34.2",
     "vant": "^4.9.20",
     "vue": "^3.5.13",
     "vue-router": "^4.5.0",