门店端优化

This commit is contained in:
wong
2025-08-29 15:16:17 +08:00
parent db2133a4b0
commit d89682027e
4 changed files with 13 additions and 8 deletions

View File

@@ -3,11 +3,11 @@
<!-- 头部 -->
<view class="header">
<view class="back-icon" @tap="closePage">
<text class="uni-icons-arrow-left" style="font-size: 26px; color: #333;">&#xe6db;</text>
<u-icon name="arrow-left" color="#333" size="26"></u-icon>
</view>
<view class="title">{{packageData.name}}</view>
<view class="close-icon" @tap="closePage">
<text class="uni-icons-close" style="font-size: 24px; color: #333;">&#xe607;</text>
<u-icon name="close" color="#333" size="24"></u-icon>
</view>
</view>

View File

@@ -3,7 +3,7 @@
<view class="side-menu-mask" @tap="closeSideMenu"></view>
<view class="side-menu">
<view class="side-menu-header">
<text class="side-menu-title">AI助手</text>
<text class="side-menu-title">AI数智员工</text>
<!-- <text class="close-icon" @tap="closeSideMenu">
<u-icon name="close" color="#333" size="24"></u-icon>
</text> -->

View File

@@ -1,8 +1,8 @@
{
"name" : "AI助手",
"name" : "AI数智员工",
"appid" : "__UNI__9421F6C",
"description" : "",
"versionName" : "1.0.0",
"versionName" : "1.0.1",
"versionCode" : "100",
"transformPx" : false,
/* 5+App */
@@ -77,6 +77,9 @@
"spotlight@3x" : "unpackage/res/icons/120x120.png"
}
}
},
"splashscreen" : {
"androidStyle" : "common"
}
}
},
@@ -102,5 +105,7 @@
"uniStatistics" : {
"enable" : false
},
"vueVersion" : "2"
"vueVersion" : "2",
"locale" : "zh-Hans",
"fallbackLocale" : "zh-Hans"
}

View File

@@ -6,7 +6,7 @@
{
"path": "pages/chat/index",
"style": {
"navigationBarTitleText": "AI助理",
"navigationBarTitleText": "AI数智员工",
"navigationStyle": "custom"
}
},
@@ -19,7 +19,7 @@
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "AI助理",
"navigationBarTitleText": "AI数智员工",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},