唯一码发放页面完成

This commit is contained in:
zx
2026-03-20 09:45:13 +08:00
parent 100ea5a0d1
commit b648176e82
63 changed files with 11415 additions and 52 deletions

20
package-lock.json generated
View File

@@ -5,7 +5,8 @@
"packages": {
"": {
"dependencies": {
"@climblee/uv-ui": "^1.1.20"
"@climblee/uv-ui": "^1.1.20",
"z-paging": "^2.8.8"
},
"devDependencies": {
"sass": "^1.98.0",
@@ -1518,6 +1519,14 @@
"punycode": "^2.1.0"
}
},
"node_modules/uview-ui": {
"version": "2.0.38",
"resolved": "https://registry.npmmirror.com/uview-ui/-/uview-ui-2.0.38.tgz",
"integrity": "sha512-6egHDf9lXHKpG3hEjRE0vMx4+VWwKk/ReTf5x18KrIKqdvdPRqO3+B8Unh7vYYwrIxzAWIlmhZ9RJpKI/4UqPQ==",
"engines": {
"HBuilderX": "^3.1.0"
}
},
"node_modules/watchpack": {
"version": "2.5.1",
"resolved": "https://registry.npmmirror.com/watchpack/-/watchpack-2.5.1.tgz",
@@ -1648,6 +1657,15 @@
"type": "opencollective",
"url": "https://opencollective.com/webpack"
}
},
"node_modules/z-paging": {
"version": "2.8.8",
"resolved": "https://registry.npmmirror.com/z-paging/-/z-paging-2.8.8.tgz",
"integrity": "sha512-l8HWhqlv1TvoNLwbf1fd8rS0zjAoVE6tdEUhMhKrnRXkfHFULIXMbDpljcSr6IyQoMzfWxF4Nqml3+2ZDgjk7g==",
"engines": {
"HBuilderX": "^3.0.7",
"uni-app": "^4.07"
}
}
}
}