Jerry

Results 13 comments of Jerry

@XingyuZhou313 没解决,问题应该出自 [P3TERX/Aria2-Pro-Core](https://github.com/P3TERX/Aria2-Pro-Core)。咱手动搭了个容器放 aria2 然后手动导入 [P3TERX/aria2.conf](https://github.com/P3TERX/aria2.conf),骗自己当这个库成功运行了。 反正一代树莓派性能太弱,没破解的 aria2 树莓派都快带不动了,[Aria2-Pro-Core](https://github.com/P3TERX/Aria2-Pro-Core) 的线程优化聊胜于无 ~~【猛骗自己~~。

可以,但要在页面中放入本仓库的链接。

https://github.com/jerrychan7/WebMC/commit/549f219d595c83906b1fa3b8bb6d9fb413f621ff 已添加保存功能。

I tried using v3.5.8 and it worked. In addition, I also observed that the game used llvmpipe for CPU rendering instead of GPU, resulting in high CPU usage. Could it...

生存模式的话,可能需要添加生命值系统、方块破坏和掉落、物品合成,等等一系列的东西。 你可以尝试贡献代码,如果合适的话我会考虑并入的。 我是这个项目的唯一作者,最近比较忙,如果你能贡献一份力量就更好了。

In my case, closing the web socket from the server side will not cause this error. It will occur if it is closed by the client side. For example, the...

目前阶段商量和总结出的流程: ```mermaid flowchart TD start(["Start"]):::Terminal --> decodeURL["解析 URL"] decodeURL --> isExternalUrl{"是站内地址"}:::Decision isExternalUrl -- Yes --> matchInRouteTable["在路由表内匹配"] isExternalUrl -- No --> externalUrlHandler["外站跳转逻辑"] --> End matchInRouteTable --> tmpHook["钩子(暂定,用于强制刷新/开新窗口等操作)"] & isExist{"存在匹配项"}:::Decision isExist --...

目前的进度: 1. [x] 路由 pushLayer 1. [x] 子路由 2. [x] 判断是否关闭弹窗的钩子 3. [x] closeLayer 4. [x] 仅改变浏览器 URL 的便捷方法 5. [x] 返回值 6. [x] 允许用户传递自定义事件 2. [x] 上下文 1. [x]...

For anyone running into similar ToC issues, I wrote a template library that generates a ToC. [https://github.com/jerrychan7/hugoPerfectToC](https://github.com/jerrychan7/hugoPerfectToC) This project can correctly generate the table of contents, but the disadvantage is...

This is an incompatibility caused by esbuild version upgrade (>= 0.17). If the context API is used, the watch mode will be difficult to identify, and a new identification logic...