-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
增强 #68
base: main
Are you sure you want to change the base?
增强 #68
Conversation
|
问题基本都修复了 |
netcoreapp3.1.zip |
查看日志,我需要更详细的错误信息 |
netcoreapp3.1.zip |
这个没问题 反序列化会自动处理这个的 |
顺序播放就会,只有循环播放不会减少,因为目前的设计是顺序播放完一首就删一首 |
header是自定义请求头中的内容 |
netcoreapp3.1.zip 插件载入后请前往配置文件配置Cookie刷新间隔 重启机器人 然后使用验证码登录
|
netcoreapp3.1.zip |
然后使用验证码登录 先使用 !yun login sms [手机号] 获取验证码 |
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 15.1.2 to 16.1.3. - [Release notes](https://github.com/aaubry/YamlDotNet/releases) - [Commits](aaubry/YamlDotNet@v15.1.2...v16.1.3) --- updated-dependencies: - dependency-name: YamlDotNet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.3. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@12.0.3...13.0.3) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [NLog](https://github.com/NLog/NLog) from 4.7.3 to 5.3.4. - [Release notes](https://github.com/NLog/NLog/releases) - [Changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md) - [Commits](NLog/NLog@v4.7.3...v5.3.4) --- updated-dependencies: - dependency-name: NLog dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bump NLog from 4.7.3 to 5.3.4 in /YunPlugin
…ft.Json-13.0.3 Bump Newtonsoft.Json from 12.0.3 to 13.0.3 in /YunPlugin
…et-16.1.3 Bump YamlDotNet from 15.1.2 to 16.1.3 in /YunPlugin
This reverts commit 03cda18.
有一个新的问题,加载插件之后拖动Bot到别的频道Bot会直接闪退。没有加载插件就没有这个情况 |
请提供日志,我这没出现这种问题 |
2024-11-05 17:10:04.6926|FATAL|0|Core.UnhandledExceptionHandler Critical program failure! |
|
换不了头像了又 |
有部分歌曲设置不了,图片过大或者图片格式有问题 |
同样的歌之前可以设置头像,但是新版就不能了 |
有没有,清除当前歌单的选项,朋友一个歌单直接加了三千首歌,停不下来了 |
可以参考下我的仓库,我增加了清空歌单的功能 |
这个应该是TS3AudioBot依赖版本的问题,我在SixLabors.ImageSharp那边的issue也看到了相关问题,更新SixLabors.ImageSharp版本至1.0.5就可以正常显示了 |
应该就改了那么多
有点忘记了Linux测试正常使用,Windows需要 Nightly 版本,不能使用单文件版
编译也没问题了,可以直接编译使用
这东西写的真折磨,官方文档不全,只能翻源码