xiongzhu 2 yıl önce
ebeveyn
işleme
7809f35541

+ 1 - 1
android/app/build.gradle

@@ -6,7 +6,7 @@ android {
         applicationId "com.bigauction.mobile"
         minSdkVersion rootProject.ext.minSdkVersion
         targetSdkVersion rootProject.ext.targetSdkVersion
-        versionCode 87
+        versionCode 88
         versionName "1.0.0"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         aaptOptions {

+ 2 - 2
ios/App/App.xcodeproj/project.pbxproj

@@ -352,7 +352,7 @@
 				CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
 				CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 87;
+				CURRENT_PROJECT_VERSION = 88;
 				DEFINES_MODULE = NO;
 				DEVELOPMENT_TEAM = 72P5Y6N578;
 				INFOPLIST_FILE = App/Info.plist;
@@ -377,7 +377,7 @@
 				CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
 				CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 87;
+				CURRENT_PROJECT_VERSION = 88;
 				DEFINES_MODULE = NO;
 				DEVELOPMENT_TEAM = 72P5Y6N578;
 				INFOPLIST_FILE = App/Info.plist;

+ 2 - 2
src/locales/en.json

@@ -123,8 +123,8 @@
         "totalProfit": "Income",
         "viewDetail": "View details",
         "viewTeam": "View team",
-        "shareUrl": "Share Url:",
-        "copy": "copy"
+        "shareUrl": "Share Link",
+        "copy": "Copy"
     },
     "home": {
         "all": "All"

+ 3 - 3
src/version.json

@@ -1,12 +1,12 @@
 {
     "ios": {
         "version": "1.0.0",
-        "build": 87
+        "build": 88
     },
     "android": {
         "version": "1.0.0",
-        "build": 87,
+        "build": 88,
         "versionCode": 12
     },
-    "www": 1072
+    "www": 1073
 }

+ 1 - 1
src/views/DistributionPage.vue

@@ -72,7 +72,7 @@
             <ion-modal class="share-modal dialog" :is-open="showShareModal" @didDismiss="showShareModal = false">
                 <img class="share-img" :src="posterUrl" />
                 <div class="share-text">
-                    <div class="text">{{ $t('distribution.shareUrl') }}{{ shareUrl }}</div>
+                    <div class="text">{{ $t('distribution.shareUrl') }}: {{ shareUrl }}</div>
                     <div class="copy-btn" @click="copyText(shareUrl)">{{ $t('distribution.copy') }}</div>
                 </div>
                 <div class="share-icon">