Prechádzať zdrojové kódy

fix: 修改所有相关文件中的标题文本,从“达州农机优惠劵”更改为“达川农机优惠劵”

laiqi 1 rok pred
rodič
commit
8fad27a483

+ 1 - 1
env/.env

@@ -1,4 +1,4 @@
-VITE_APP_TITLE='达农机优惠劵'
+VITE_APP_TITLE='达农机优惠劵'
 VITE_APP_PORT=9000
 VITE_APP_VERSION=1.1.0
 

+ 1 - 1
index.html

@@ -14,7 +14,7 @@
           '" />',
       )
     </script>
-    <title>达农机优惠劵</title>
+    <title>达农机优惠劵</title>
     <!--preload-links-->
     <!--app-context-->
   </head>

+ 1 - 1
pages.config.ts

@@ -3,7 +3,7 @@ import { defineUniPages } from '@uni-helper/vite-plugin-uni-pages'
 export default defineUniPages({
   globalStyle: {
     navigationStyle: 'default',
-    navigationBarTitleText: '达农机优惠劵',
+    navigationBarTitleText: '达农机优惠劵',
     navigationBarBackgroundColor: '#f8f8f8',
     navigationBarTextStyle: 'black',
     backgroundColor: '#FFFFFF',

+ 1 - 1
src/manifest.json

@@ -1,5 +1,5 @@
 {
-  "name": "达农机优惠劵",
+  "name": "达农机优惠劵",
   "appid": "H57F2ACE4",
   "description": "",
   "versionName": "1.0.0",

+ 1 - 1
src/pages-sub/auth/index.vue

@@ -10,7 +10,7 @@
 <template>
   <view class="flex flex-col items-center justify-center h-full">
     <!-- <image src="/static/wechat.png" class="w-16 h-16 mb-8" /> -->
-    <view class="text-2xl font-bold mb-8 mt-20">达农机优惠劵</view>
+    <view class="text-2xl font-bold mb-8 mt-20">达农机优惠劵</view>
     <view class="text-gray-500 text-sm mb-8">申请获取以下权限</view>
     <view class="text-gray-500 text-sm mb-8">获取您的公开信息(昵称、头像等)</view>
     <wd-button type="success" round block @click="handleLogin" :loading="loading">

+ 1 - 1
src/pages.json

@@ -1,7 +1,7 @@
 {
   "globalStyle": {
     "navigationStyle": "default",
-    "navigationBarTitleText": "达农机优惠劵",
+    "navigationBarTitleText": "达农机优惠劵",
     "navigationBarBackgroundColor": "#f8f8f8",
     "navigationBarTextStyle": "black",
     "backgroundColor": "#FFFFFF"

+ 1 - 1
src/pages/about/index.vue

@@ -15,7 +15,7 @@
       </view>
 
       <view class="text-center">
-        <view class="text-2xl font-bold mb-3 text-gray-800">达农机优惠劵</view>
+        <view class="text-2xl font-bold mb-3 text-gray-800">达农机优惠劵</view>
         <view class="text-gray-600 mb-2">达州市达川区农机化技术推广服务站</view>
         <view class="text-gray-500 text-sm">当前版本:V{{ version }}</view>
       </view>

+ 1 - 1
src/pages/index/index.vue

@@ -13,7 +13,7 @@
     :style="{ marginTop: safeAreaInsets?.top + 'px' }"
   >
     <!-- 顶部标题 -->
-    <view class="text-xl font-bold text-center py-3 bg-white">达农机优惠券</view>
+    <view class="text-xl font-bold text-center py-3 bg-white">达农机优惠券</view>
 
     <wd-swiper
       :list="swiperList"