LIghtJUNction
LIghtJUNction
Sometimes the configuration file is automatically downloaded to the HomeDir directory. I checked the official documentation. Has the SKIP_SAFE_PATH_CHECK=1 environment variable been added to this project? The following is the...
[链接地址在这里🔗](https://github.com/LIghtJUNction/box_for_magisk_config-bfmc-) 以下是几个网站的DNS泄露检测结果(使用的香港节点) 但是IPv6 Leak Test和WebRTC Leak Test未能通过,配置文件在上面的链接🔗里 The configuration file is in the link above.   
修复了 #XYZ ### Motivation ### Modifications pyupgrade + ruff check --fix 安全的修改 ### Check - [ y] 我的 Commit Message 符合良好的[规范](https://www.conventionalcommits.org/en/v1.0.0/#summary) - [y ] 我新增/修复/优化的功能经过良好的测试 好的,这是翻译成中文的 pull request 总结: ##...
修复了 #XYZ ### Motivation 将之前的大PR安全的拆分后 逐步进行提交 STEP - 1 ### Modifications 使用 uv sync -U 更新 新增.python-version 标记文件 新增llms.txt 新增build system uv默认的hatchling 新增一个命令行程序:astrbot 使用方法: 对于开发人员: uv sync uv tool install...
/system/bin/su: No such file or directory
# Bug Report: Inconsistent behavior between `packages = ["src/astrbot"]` and `packages = ["astrbot"]` in editable installs ## Background I'm experiencing an issue that was initially reported to the `uv` project,...
## Summary Migrate the usage of the `sys_info` crate to the `sysinfo` crate throughout the project. Key changes: - Replace `sys_info::os_type()` with `std::env::consts::OS` (standardized to lowercase) or `sysinfo` equivalents for...
### Bug Description I expected /login to be fine, but it was actually counterintuitive to write it like this ### Steps to Reproduce _No response_ ### Your operating system None...
This pull request introduces a type annotation for the `router` parameter in the `include_router` method within `robyn/__init__.py`. The change improves code clarity and type safety. * Added a type annotation...