上传代码

This commit is contained in:
2025-08-18 10:01:04 +08:00
commit d0be991e07
2614 changed files with 1130442 additions and 0 deletions

View File

@ -0,0 +1,4 @@
require('./common/runtime.js')
require('./common/vendor.js')
require('./common/main.js')

View File

@ -0,0 +1,43 @@
{
"pages": [
"pages/index/index",
"pages/bleConnect/bleConnect",
"pages/sendCommand/sendCommand",
"pages/login/login",
"pages/my/my",
"pages/message/message",
"pages/product/product",
"pages/talk/talk"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"selectedColor": "#4095e5",
"list": [
{
"pagePath": "pages/index/index",
"text": "订单",
"iconPath": "static/img/abc_ic_star_black_16dp.png",
"selectedIconPath": "static/img/abc_ic_star_black_16dp.png"
},
{
"pagePath": "pages/message/message",
"text": "消息",
"iconPath": "static/img/abc_ic_star_black_16dp.png",
"selectedIconPath": "static/img/abc_ic_star_black_16dp.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "static/img/abc_ic_star_black_16dp.png",
"selectedIconPath": "static/img/abc_ic_star_black_16dp.png"
}
]
},
"usingComponents": {}
}

View File

@ -0,0 +1,3 @@
@import './common/main.wxss';
[data-custom-hidden="true"],[bind-data-custom-hidden="true"]{display: none !important;}

View File

@ -0,0 +1,43 @@
{
"description": "项目配置文件。",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true,
"bigPackageSizeSupport": true
},
"compileType": "miniprogram",
"libVersion": "",
"appid": "touristappid",
"projectname": "打印小票",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"current": -1,
"list": []
},
"miniprogram": {
"current": 0,
"list": [
{
"name": "",
"path": "",
"query": "",
"id": 0
}
]
}
}
}

View File

@ -0,0 +1,7 @@
{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "打印小票",
"setting": {
"compileHotReLoad": true
}
}