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",