js脚本: 退出游戏到桌面 (#1063)

* Add files via upload

add js ExitGametoDesktop

* Update manifest.json
This commit is contained in:
MeisterZH
2025-06-11 20:48:32 +08:00
committed by GitHub
parent 149e936ff3
commit f2768db6fe
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"manifest_version": 1,
"name": "完全退出游戏到桌面",
"version": "1.0",
"description": "原理基于Because66666的ExitGame, 配合原神更新,一步到位关闭游戏",
"authors": [
{
"name": "MeisterJ",
"link": "https://github.com/MeisterJ"
}
],
"main": "main.js"
}