HatoYuze
HatoYuze
### 问题描述 ### 操作 在`mirai-core` 中获取 `GroupActive` 在运行代码时,发现该操作会出现意料之外的返回,抛出错误 `java.net.ProtocolException: Invalid HTTP method: get` 个人认为这是因为 [BotUtils.kt#84](https://github.com/MrXiaoM/Overflow/blob/main/overflow-core/src/main/kotlin/top/mrxiaom/overflow/internal/utils/BotUtils.kt#L84) 所导致的问题 更换`s01.oss.sonatype.org`最新版后仍存在该问题 遂提出该issue ### 复现 ```kotlin object Example : SimpleListenerHost() { val logger = MiraiLogger.Factory.create(Example::class)...
### TokenStream Refactoring - Converted boolean state fields (such as `quoted` and `newLined`) into `int`-based bitmasks. - Modified the logic of `nextToken`: - Added `ignoreIndex` to ignore characters at specific...