修改配置

This commit is contained in:
2025-11-03 09:35:43 +08:00
parent 18e21f366d
commit 64426e6834
4 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
/unpackage/ /unpackage/
/node_modules/

11
package-lock.json generated
View File

@@ -5,9 +5,15 @@
"packages": { "packages": {
"": { "": {
"dependencies": { "dependencies": {
"dayjs": "^1.11.19",
"sm-crypto": "^0.3.13" "sm-crypto": "^0.3.13"
} }
}, },
"node_modules/dayjs": {
"version": "1.11.19",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz",
"integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw=="
},
"node_modules/jsbn": { "node_modules/jsbn": {
"version": "1.1.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
@@ -23,6 +29,11 @@
} }
}, },
"dependencies": { "dependencies": {
"dayjs": {
"version": "1.11.19",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz",
"integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw=="
},
"jsbn": { "jsbn": {
"version": "1.1.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",

View File

@@ -1,5 +1,6 @@
{ {
"dependencies": { "dependencies": {
"dayjs": "^1.11.19",
"sm-crypto": "^0.3.13" "sm-crypto": "^0.3.13"
} }
} }

View File

@@ -402,7 +402,7 @@
"navigationBarTitleTextSize": "30rpx" "navigationBarTitleTextSize": "30rpx"
// "navigationStyle": "custom" // "navigationStyle": "custom"
} }
}, }
] ]
},{ },{
@@ -497,7 +497,7 @@
"selectedIconPath": "static/tabbar/mined.png", "selectedIconPath": "static/tabbar/mined.png",
"text": "我的" "text": "我的"
} }
], ]
}, },
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",