From 64426e68344028f1ecb69260afae8ba50388cfec Mon Sep 17 00:00:00 2001 From: shirlwang <15254118591@163.com> Date: Mon, 3 Nov 2025 09:35:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + package-lock.json | 11 +++++++++++ package.json | 1 + pages.json | 4 ++-- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a503fa2..9b74aa9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /unpackage/ +/node_modules/ \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b72f450..2d18fdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,15 @@ "packages": { "": { "dependencies": { + "dayjs": "^1.11.19", "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": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", @@ -23,6 +29,11 @@ } }, "dependencies": { + "dayjs": { + "version": "1.11.19", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz", + "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==" + }, "jsbn": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", diff --git a/package.json b/package.json index 89c3c5c..d888dab 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "dependencies": { + "dayjs": "^1.11.19", "sm-crypto": "^0.3.13" } } diff --git a/pages.json b/pages.json index b5d3278..47fc91f 100644 --- a/pages.json +++ b/pages.json @@ -402,7 +402,7 @@ "navigationBarTitleTextSize": "30rpx" // "navigationStyle": "custom" } - }, + } ] },{ @@ -497,7 +497,7 @@ "selectedIconPath": "static/tabbar/mined.png", "text": "我的" } - ], + ] }, "globalStyle": { "navigationBarTextStyle": "black",