微莹·纤绫

Results 17 issues of 微莹·纤绫

首先,我在看 `org.lintx.plugins.yinwuchat.bungee.json.InputBase` 的时候发现了以下代码 ```java public static InputBase getObject(String json){ try { JsonParser parser = new JsonParser(); JsonElement jsonTree = parser.parse(json); // ....... Gson gson = new Gson(); inputModel = gson.fromJson(json,new...

Related to #2656

t:feature
N
s:console
s:core

### 问题描述 1. 我使用了 `new ForwardMessage` 作为消息回复。 2. 当我在 ForwardMessage 的 Node 中的一个 MessageChain 中使用了 QuoteReply 引用了一条消息后,这个 Node 消息前面自带一个 `@xxx` 3. 电脑版显示没有这样的问题,这种问题出现在了移动端 ![preview](https://mirai.mamoe.net/assets/uploads/files/1682350401167-ef0208c2-25ef-4876-8da7-5ca5fb753c76-image.png) ### 复现 ```java GlobalEventChannel.INSTANCE.subscribeAlways(MessageEvent.class, event -> {...

x:protocol
N
t:problem
s:core

QQ Android 8.9.50.10650 消息转发为 json > Original post: https://github.com/mamoe/mirai/issues/2618

![image](https://github.com/Guardsquare/proguard/assets/30070303/2e7b2264-4fd6-4617-bcbf-f29e9a9e7e14) After proguard process, ![image](https://github.com/Guardsquare/proguard/assets/30070303/40623e33-d588-4e8e-92e6-26166db5abfc) got ProGuard version: 7.3.2

# Base Environment ``` Minecraft Forge 1.12.2 1 Velocity Serer Multi paper backend servers ``` # Introduction - Bukkit Server cannot send any message to client after server switching. -...