PixelSkider
PixelSkider
添加博客功能
### Check for existing issues 检查是否已存在相同issue - [X] Completed/已检查 ### Describe the feature 描述你的新功能 添加听书博客功能
public void printChatMessage(IChatComponent p_146227_1_) { this.printChatMessageWithOptionalDeletion(p_146227_1_, 0); } i want to use this void but the IChatComponent is interface mapping: BEGIN_KLASS_DEF(IChatComponent, "eu") END_KLASS_DEF() BEGIN_KLASS_DEF_EX(ChatComponentStyle, "es", IChatComponent) END_KLASS_DEF() BEGIN_KLASS_DEF_EX(ChatComponentText, "fa", ChatComponentStyle)...
BEGIN_KLASS_DEF_EX(ChatComponentText, "fa", ChatComponentStyle) static ChatComponentText create(const char* str) { return ChatComponentText(String::create(str)); } jni::method getChatComponentText_TextValue{ *this }; END_KLASS_DEF() this is my code but seemingly error
在readme中 poetry安装依赖中 poetry run pip install -r requirments.txt 这行命令写错了 requirments 少了个 e 正确应该是 requirements