恢复默认键位设置 (#909)
Some checks failed
Build repo.json / build (18.x) (push) Has been cancelled
Build repo.json / upload (push) Has been cancelled

* 恢复默认键位设置

* fix: 返回主界面.

* fix: bgi_version

---------

Co-authored-by: 寒烟 <2841974482@qq.com>
Co-authored-by: 秋云 <physligl@gmail.com>
This commit is contained in:
214-hanyan
2025-05-23 14:59:32 +08:00
committed by GitHub
parent a3cc91f704
commit 61484043a3
5 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"manifest_version": 1,
"name": "恢复默认键位",
"version": "1.0",
"bgi_version": "0.45.0",
"description": "用于恢复默认键位",
"authors": [
{
"name": "寒烟",
"link": "https://github.com/214-hanyan"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}