Results 15 issues of Mcayear

> [前往现场](https://vusv.cn/p/28.html) css与js都已按照[要求](https://github.com/EAimTY/materiality-typecho-theme#%E9%85%8D%E7%BD%AE%E4%BB%A3%E7%A0%81%E9%AB%98%E4%BA%AE)替换为[highlightjs.org](https://highlightjs.org/download/)下载的内容 ![屏幕截图(174)](https://user-images.githubusercontent.com/48203962/173167242-e0eab7d3-dde2-481e-9a09-41445d62df66.png)

# 🐞 错误汇报 在原版中使用`/gamerule sendcommandfeedback false`命令可以关闭命令执行的反馈。(通常是白字信息) 在PNX中它不工作。 ### 📸 截图或视频 在PNX中: ![Screenshot_20221001_175227_com mojang minecraftpe](https://user-images.githubusercontent.com/48203962/193404098-0a8009b9-3b3e-48db-9527-a186799d9358.jpg) 在原版中: ![Screenshot_20221001_175826_com mojang minecraftpe](https://user-images.githubusercontent.com/48203962/193404121-2899679f-124a-4d4b-9d28-763cc3ec6acc.jpg) ### ▶ 复现步骤 /gamerule sendcommandfeedback false /particle minecraft:villager_happy ~~~ 此时不应该有任何白字提示 ### ❌...

bug
已确认

## Feature Request ### The Problem The current copy-paste feature lacks precision in determining the exact placement of copied selections. This results in discrepancies when pasting the selection onto another...

type: enhancement
state: triage

### Describe the bug QQ适配器发送私聊消息时出错 ```ts public async sendQQPrivateMsg(employeeName: string, content: h[]) { if (this.debug) { this.logger.info(content.toString()); } console.log(this.userInfo.qqid) if (this.employeeNoDisplay && employeeName.length) { this.qqBot.sendPrivateMessage(this.userInfo.qqid, [h.text("工号 " + employeeName +...

bug

### Description: Hi, and thanks for developing and maintaining `typescript-generator`! It's been an incredibly useful tool for generating TypeScript definition files from Java classes, especially for use cases involving JSON...