zklcdc

Results 24 issues of zklcdc

I develop some functions,and fix some bugs

1. 个人首页 更新已AC的题目ID 当AC题目数量大时出现 server error,数量小则正常 ![QQ图片20190710194716](https://user-images.githubusercontent.com/21104213/60966904-ea486b00-a34b-11e9-8520-61f5d5f28c78.png) 2. rejudge 会出现 AC率统计错误(在测试样例不变的情况下) 重测已AC的代码,之后AC率会上升。简单说,重测AC代码,旧状态没有去除,新状态却增加了 重测WA和PAC的代码,旧状态和新状态有增加,总AC率不变,但detail圆饼的状态会出现以下现象 ![QQ图片20190710194726](https://user-images.githubusercontent.com/21104213/60967247-cb96a400-a34c-11e9-8f15-e181078bb93b.png) 重测前 ![QQ图片20190710194730](https://user-images.githubusercontent.com/21104213/60967262-d5200c00-a34c-11e9-9dc4-90f4160f69d9.png) 重测PAC代码后 ![QQ图片20190710194734](https://user-images.githubusercontent.com/21104213/60967280-e0733780-a34c-11e9-9cd9-cfacce38a9f4.png) 重测WA代码后 重测CE的代码,CE的数量会增加,AC率下降,detail圆饼的状态正常改变

比如二维码中间可以加入头像,在上面加入向xxx支付

用户头像上传后错位 ![qq 20190203160324](https://user-images.githubusercontent.com/21104213/52174349-43c0d280-27cd-11e9-8b6b-690e72602d62.jpg)

解决 Ubuntu 18.04 镜像无法使用 File IO的问题

# 问题描述 如题 # 解决方法 [https://github.com/bs-community/blessing-skin-plugins/blob/027279b4a3a9f6bdcf9987115bfcec822aaabe2a/plugins/mojang-verification/views/bind.twig#L9](https://github.com/bs-community/blessing-skin-plugins/blob/027279b4a3a9f6bdcf9987115bfcec822aaabe2a/plugins/mojang-verification/views/bind.twig#L9) 修改为 ~~~php {{ trans('GPlane\\Mojang::bind.description', {score: score}) }} ~~~

# 问题描述 正确配置,并启动 oauth-google 插件后,无法通过Google 登录 # 解决方法 修改 [https://github.com/bs-community/blessing-skin-plugins/blob/027279b4a3a9f6bdcf9987115bfcec822aaabe2a/plugins/oauth-google/bootstrap.php#L13](https://github.com/bs-community/blessing-skin-plugins/blob/027279b4a3a9f6bdcf9987115bfcec822aaabe2a/plugins/oauth-google/bootstrap.php#L13) ~~~php config(['services.github' => [ 'client_id' => env('GOOGLE_CLIENT_ID'), 'client_secret' => env('GOOGLE_CLIENT_SECRET'), 'redirect' => env('GOOGLE_CALLBACK_URL'), ]]); ~~~ 为 ~~~php config(['services.google' => [...

## 更改日志: - 修复 设置用户后导致无法正常聊天 - 同步最新 js

## 更改日志: * 修复 设置用户后导致无法正常聊天 * 同步最新 js 已提交PR https://github.com/adams549659584/go-proxy-bingai/pull/284

**描述一下这个bug** 剪切板按下 Enter 后无法粘贴 **复现方式** 呼出剪切板,选中对应条目,按下 Enter 后,无反应,无法粘贴 **预期行为** 粘贴至输入框 **系统** macOS Sonoma 14.1.1 + M1 Pro

bug