This commit is contained in:
liukang 2025-01-08 11:10:04 +08:00
parent f6232a1f75
commit 016b37a1cb
4 changed files with 111 additions and 75 deletions

33
.gitignore vendored Normal file
View File

@ -0,0 +1,33 @@
# 忽略以下文件和目录
node_modules/
/dist/
/dev/
/.DS_Store
# 忽略UniApp编译生成的小程序相关目录
/unpackage/
# 忽略本地配置文件(请根据实际情况修改)
/manifest.local.json
# 忽略编辑器自动生成的文件
.idea/
.vscode/
# 忽略日志文件
/logs/
# 忽略临时文件
/temp/
# 忽略构建工具自动生成的文件
/build/
# 忽略npm安装的包文件
/package-lock.json
/yarn.lock
# 忽略个人配置文件(请根据实际情况修改)
.env.local
.env.development.local
.env.production.local

View File

@ -1,6 +1,6 @@
{ {
"name": "yglt_uniapp", "name": "yglt_uniapp",
"appid" : "", "appid": "__UNI__542B476",
"description": "", "description": "",
"versionName": "1.0.0", "versionName": "1.0.0",
"versionCode": "100", "versionCode": "100",
@ -10,6 +10,9 @@
"usingComponents": true, "usingComponents": true,
"nvueStyleCompiler": "uni-app", "nvueStyleCompiler": "uni-app",
"compilerVersion": 3, "compilerVersion": 3,
"compatible": {
"ignoreVersion": true
},
"splashscreen": { "splashscreen": {
"alwaysShowBeforeRender": true, "alwaysShowBeforeRender": true,
"waiting": true, "waiting": true,

View File

@ -1,8 +1,8 @@
{ {
"hash": "08cb272f", "hash": "873882c7",
"configHash": "7ff04860", "configHash": "8cf3a7ac",
"lockfileHash": "e3b0c442", "lockfileHash": "e3b0c442",
"browserHash": "49a1908a", "browserHash": "7e4ce7a2",
"optimized": {}, "optimized": {},
"chunks": {} "chunks": {}
} }