.
2
.gitignore
vendored
@ -208,7 +208,7 @@ $RECYCLE.BIN/
|
||||
# Hbuilderx
|
||||
*.hbuilderx
|
||||
*.vite
|
||||
unpackage/
|
||||
unpackage/*
|
||||
!unpackage/res/icons/
|
||||
/package-lock.json
|
||||
|
||||
|
@ -6,7 +6,7 @@ const config = {
|
||||
// 应用信息
|
||||
appInfo: {
|
||||
// 应用名称
|
||||
name: "jsy-user-new",
|
||||
name: "及时雨智能灌溉管理系统v1.0",
|
||||
// 应用版本
|
||||
version: "1.1.0",
|
||||
// 应用logo
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name" : "及时雨滴灌",
|
||||
"name" : "及时雨智能灌溉管理系统v1.0",
|
||||
"appid" : "__UNI__5ACF7F6",
|
||||
"description" : "",
|
||||
"versionName" : "1.0.0",
|
||||
@ -52,7 +52,39 @@
|
||||
"dSYMs" : false
|
||||
},
|
||||
/* SDK配置 */
|
||||
"sdkConfigs" : {}
|
||||
"sdkConfigs" : {},
|
||||
"icons" : {
|
||||
"android" : {
|
||||
"hdpi" : "unpackage/res/icons/72x72.png",
|
||||
"xhdpi" : "unpackage/res/icons/96x96.png",
|
||||
"xxhdpi" : "unpackage/res/icons/144x144.png",
|
||||
"xxxhdpi" : "unpackage/res/icons/192x192.png"
|
||||
},
|
||||
"ios" : {
|
||||
"appstore" : "unpackage/res/icons/1024x1024.png",
|
||||
"ipad" : {
|
||||
"app" : "unpackage/res/icons/76x76.png",
|
||||
"app@2x" : "unpackage/res/icons/152x152.png",
|
||||
"notification" : "unpackage/res/icons/20x20.png",
|
||||
"notification@2x" : "unpackage/res/icons/40x40.png",
|
||||
"proapp@2x" : "unpackage/res/icons/167x167.png",
|
||||
"settings" : "unpackage/res/icons/29x29.png",
|
||||
"settings@2x" : "unpackage/res/icons/58x58.png",
|
||||
"spotlight" : "unpackage/res/icons/40x40.png",
|
||||
"spotlight@2x" : "unpackage/res/icons/80x80.png"
|
||||
},
|
||||
"iphone" : {
|
||||
"app@2x" : "unpackage/res/icons/120x120.png",
|
||||
"app@3x" : "unpackage/res/icons/180x180.png",
|
||||
"notification@2x" : "unpackage/res/icons/40x40.png",
|
||||
"notification@3x" : "unpackage/res/icons/60x60.png",
|
||||
"settings@2x" : "unpackage/res/icons/58x58.png",
|
||||
"settings@3x" : "unpackage/res/icons/87x87.png",
|
||||
"spotlight@2x" : "unpackage/res/icons/80x80.png",
|
||||
"spotlight@3x" : "unpackage/res/icons/120x120.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"nativePlugins" : {
|
||||
"Mpaas-Scan" : {
|
||||
|
@ -64,11 +64,13 @@
|
||||
<view class="bottom_text">
|
||||
<view>浙ICP备2023018079号-2A</view>
|
||||
<view>浙江及时雨智能灌溉设备有限责任公司</view>
|
||||
<view>{{aa}}</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
const aa = import.meta.env.VITE_APP_BASE_API
|
||||
import {
|
||||
ref,
|
||||
watch,
|
||||
|
BIN
unpackage/res/icons/1024x1024.png
Normal file
After Width: | Height: | Size: 226 KiB |
BIN
unpackage/res/icons/120x120.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
unpackage/res/icons/144x144.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
unpackage/res/icons/152x152.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
unpackage/res/icons/167x167.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
unpackage/res/icons/180x180.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
unpackage/res/icons/192x192.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
unpackage/res/icons/20x20.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
unpackage/res/icons/29x29.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/res/icons/40x40.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
unpackage/res/icons/58x58.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
BIN
unpackage/res/icons/60x60.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
BIN
unpackage/res/icons/72x72.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
unpackage/res/icons/76x76.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
unpackage/res/icons/80x80.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
unpackage/res/icons/87x87.png
Normal file
After Width: | Height: | Size: 6.7 KiB |
BIN
unpackage/res/icons/96x96.png
Normal file
After Width: | Height: | Size: 7.5 KiB |