LuChao

Results 68 comments of LuChao

It seems that you have turned on the mqtt push switch, but have not configured the mqtt information correctly.

Another way of thinking, can I solve it by reducing the version of file box? I want to solve the problem under 0.xx, and then try to migrate to 1.xx

I found an introductory article on Zhihu, and I'm not sure if it's officially published by the project author. https://www.zhihu.com/tardis/bd/art/499873723?source_id=1001

- if (data.user_id > 0) { + if (data.user_id) { data.float = data.user_id == uid ? 'right' : 'left' } 兼容后端返回user_id为非数字类型

是按以下操作说明执行的: ``` 环境: cl.exe目录= c:/cl.exe ml64.exe目录 =c:/ml64.exe vcpkg目录 = c:/vcpkg wxhelper目录 = c:/wxhelper cd wxhelper/app/3rdparty git clone https://github.com/microsoft/Detours.git git clone https://github.com/gabime/spdlog.git git clone https://github.com/nlohmann/json.git 或者使用vcpkg 安装相应库 vcpkg install detours:x64-windows vcpkg...

这里的 cl.exe目录= c:/cl.exe ml64.exe目录 =c:/ml64.exe 是需要把这两个exe copy到c盘吗?这里是不是该通过设置环境变量调用本机的程序呢?

首先,确保你的系统已经安装了cmake和Ninja构建系统,并且cl.exe和ml64.exe路径正确。 1. 切换到`wxhelper`项目里的`3rdparty`目录,并克隆相关的依赖库: ``` cd c:/wxhelper/app/3rdparty git clone https://github.com/microsoft/Detours.git git clone https://github.com/gabime/spdlog.git git clone https://github.com/nlohmann/json.git ``` 或者使用vcpkg安装这些依赖库: ``` c:/vcpkg/vcpkg install detours:x64-windows c:/vcpkg/vcpkg install nlohmann-json:x64-windows c:/vcpkg/vcpkg install spdlog:x64-windows ``` 2. 将Detours的CMake配置文件复制到正确位置:...

遇到了请求hookSyncMsg success: {"code":2,"data":null,"msg":"success"},返回的code是2,但是文档里并没有这个code,并且没有推送数据

> 该接口未登录状态下才能正常获取 未登录状态下获得的也是这个信息,没有完整地址