fix: 补充manifest.json作者信息

This commit is contained in:
起个名字好难
2025-07-05 00:25:10 +08:00
parent b12263e209
commit 6ca25eaaa2
15 changed files with 65 additions and 22 deletions

View File

@@ -6,9 +6,13 @@
"description": "用于调整游戏时间,精确到分钟,请在调度器中使用",
"authors": [
{
"name": "Tim & 子寻"
"name": "Tim",
"links": "https://github.com/Limint"
},
{
"name": "子寻"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}
}