Steven Qiu

Results 14 issues of Steven Qiu

### Blessing Skin 版本 commit 2dc2409 @ dev branch ### PHP 版本 8.1 ### 出现问题时所使用的浏览器 Microsoft Edge ### 您正在使用的 Web Server Nginx ### 您正在使用宝塔吗? - [ ] 是 ### 出现了什么问题?...

bug

**我确认我已经查看了** - [x] [Hexo documentation | Hexo 文档](https://hexo.io/docs/) - [x] [Suka Theme documentation | Suka Theme 文档](https://theme-suka.skk.moe/docs/) - [x] [Suka theme issues | Suka 主题的其它 issue](https://github.com/SukkaW/hexo-theme-suka/issues?utf8=%E2%9C%93&q=is%3Aissue) ---- ## 如果你在浏览器中发现了问题 ###...

bug

### Blessing Skin 版本 866e182 @ dev branch ### PHP 版本 8.1 ### 出现问题时所使用的浏览器 Microsoft Edge ### 您正在使用的 Web Server Nginx ### 您正在使用宝塔吗? - [ ] 是 ### 出现了什么问题? 随着...

### Blessing Skin 版本 commit `866e182` @ dev branch ### PHP 版本 8.1 ### 出现问题时所使用的浏览器 Microsoft Edge ### 您正在使用的 Web Server Nginx ### 您正在使用宝塔吗? - [ ] 是 ### 出现了什么问题?...

### Blessing Skin 版本 commit `2a24506` @ dev branch ### PHP 版本 8.1 ### 出现问题时所使用的浏览器 Microsoft Edge ### 您正在使用的 Web Server Nginx ### 您正在使用宝塔吗? - [ ] 是 ### 出现了什么问题?...

虽然是很老的版本了,但是还是有低版本玩家有需求 ![82ce65fc71d170ad3fdddf0654d049fc](https://github.com/bs-community/blessing-skin-plugins/assets/16630630/10737a7e-9520-428d-a0cf-1dedd1ff9318) ![image](https://github.com/bs-community/blessing-skin-plugins/assets/16630630/26a47043-48a2-40f8-8714-1f723ab03299)

yggdrasil-api @ 5.1.5,UUID 生成方式为 v4(随机生成) 用户 A 拥有角色 Alice,对应的 UUID 为 `aaaaaaaa-aaaa-aaaa-aaaaaaaaaaaa` 然后用户 A 删除角色 Alice,但是 uuid 表中记录不会被删除,仍然存在一条 `name = 'Alice', uuid = 'aaaaaaaa-aaaa-aaaa-aaaaaaaaaaaa'` 的记录 此时用户 B 新建角色 Alice,请求 /authserver/authenticate,拿到角色对应的...

bug

Sorry for my poor English. I just set the sampling depth and sampling rate to 24 bit, 48KHz in Windows, but according to the Linux receiver, it still receives a...

如题,在使用 `/query` API 查询物流信息时,服务器均返回“服务器错误” ```json { "message": "Done", "code": 0, "data": { "message": "服务器错误", "id": "", "company": "", "statusCode": "500", "state": "0", "isChecked": false, "_id": "5c7b5e9c479dda11a836faf1", "updateTime": "2019-03-03T04:57:00.832Z", "data": []...

如题,经测试该问题仅在用户邮箱存在大写字母的情况下出现。 通过 authenticate 获得的 accessToken 是可以通过校验的,但是通过 refresh 获得的 accessToken 无法通过校验。 该问题会导致,拥有多个角色的账户,通过邮箱登录的情况下,无法进入服务器(因为通过邮箱登录时,启动器没有账户内角色信息,无法直接指定要登录的角色,必须先 authenticate 拿到 availableProfiles,再通过 refresh 时指定 selectedProfile 来选择角色,然后就会得到一个无法通过校验的 accessToken,在 join 的时候就会直接返回 ForbiddenOperationException)。 导致该问题的原因是,在处理用户刷新 accessToken 时,通过计算用户邮箱的 UUID v5 作为 JWT 的...

bug