fix: 微信登录补充保存username和role
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Agent
2026-04-04 07:35:21 +00:00
parent 756444ef2b
commit d12eea7693
10597 changed files with 817047 additions and 3 deletions

33
node_modules/jpeg-js/package.json generated vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "jpeg-js",
"version": "0.3.7",
"description": "A pure javascript JPEG encoder and decoder",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/eugeneware/jpeg-js"
},
"keywords": [
"jpeg",
"jpg",
"encoder",
"decoder",
"codec",
"image",
"javascript",
"js"
],
"author": "Eugene Ware <eugene@noblesamurai.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eugeneware/jpeg-js/issues"
},
"dependencies": {},
"devDependencies": {
"redtape": "~0.1.0",
"tape": "~2.3.2"
}
}