Exp1oit Yao

Results 7 issues of Exp1oit Yao

### 功能特性内容 比如,在公司中,无法直接访问路由器的情况下,操作节点,删除或者更新文件等.因为及其特殊性,不想暴露在公网中,希望可以添加命令行操作服务.

enhancement

Added region selection method. This will allow you to use Google recaptcha in areas where Google is blocked

在新版本的magisk中,因为Magisk v20.4+版本本身的Go运行库出现问题,导致V2ray-core 4.31.0及之后的版本无法正常运行,log中出现illegal instruction的错误。只能Magisk回退到v20.3版本,才能兼容,什么时候可以兼容v20.3以上的呢

**async function** ``` @celery_app.task() @PowerApp.get('/') async def LetView(): async with db_session() as session: try: print(e) except Exception as e: print(e) ``` **Asynchronous function calls, use **_LetView.delay()_**** ``` @app.get("/test") @celery_app.task(acks_late=True) def...

**Describe the bug** 我使用了Alist链接了天翼云盘,将Alist的webdav挂载到nextcloud,随后,将Ncdownloader的下载地址设置为Nextcloud的webdav目录,随后,当我再点击到ncdownload界面后,出现了错误。 **To Reproduce** Steps to reproduce the behavior: 1.使用AList挂载天翼云盘。 2.使用nextcloud的外部存储功能挂载Alist的webdav 3.挂载完成后,点击回到Ncdownloader下载界面,出现了错误 **Expected behavior** 无法使用Ncdownloader功能,当把下载地址设置回本地目录时,ncwonloader功能可用 # Error logs ``` {"reqId":"XAzOwLkudAmLDS7EBNBv","level":3,"time":"2024-12-13T06:05:06+00:00","remoteAddr":"","user":"admin","app":"index","method":"GET","url":"/apps/ncdownloader/","message":"Client error: `GET xxxxx` resulted in a `405 Method...

# question I'm using markdown-it to render out the markdown text on my backend, and it's working fine, but I've recently added new UML diagram functionality to the backend, and...