auto send_protocal_label = Label::createWithSystemFont("协议发送", "Arial", 20);
send_protocal_label->setColor(Color3B::BLUE);
auto send_protocal_item = MenuItemLabel::create(send_protocal_label, CC_CALLBACK_1(GameHeroLayer::menuSendPrococalCallback, this));