fix: 补充manifest.json作者信息 (#1274)

This commit is contained in:
起个名字好难的喵
2025-07-04 23:14:44 +08:00
committed by GitHub
parent e2e6da476a
commit 07ac05ecc1
95 changed files with 521 additions and 311 deletions

View File

@@ -1,15 +1,15 @@
{
"manifest_version": 1,
"name": "芙芙挂机暗杀流",
"version": "1.0",
"bgi_version": "0.37.2",
"description": "",
"authors": [
{
"name": "起个名字好难的喵",
"link": "https://github.com/MisakaAldrich"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}
"manifest_version": 1,
"name": "芙芙挂机暗杀流",
"version": "1.0",
"bgi_version": "0.37.2",
"description": "",
"authors": [
{
"name": "起个名字好难的喵",
"links": "https://github.com/MisakaAldrich"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}