From 8eae54c7146fb88c94958d2c7d537c3b40d2fc65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BA=81=E5=8A=A8=E7=9A=84=E6=B0=A8=E6=B0=94?= <131591012+zaodonganqi@users.noreply.github.com> Date: Tue, 28 Oct 2025 15:42:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E5=A1=AB=E9=80=80=E5=87=BA=E6=B8=B8?= =?UTF-8?q?=E6=88=8F=E4=BD=9C=E8=80=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated version to 1.2 and simplified description. --- repo/js/ExitGameMultipleMode/manifest.json | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/repo/js/ExitGameMultipleMode/manifest.json b/repo/js/ExitGameMultipleMode/manifest.json index 9ba82d2d9..5332d3ee3 100644 --- a/repo/js/ExitGameMultipleMode/manifest.json +++ b/repo/js/ExitGameMultipleMode/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 1, "name": "退出游戏多模式", - "version": "1.1", - "description": "用于各种各样的退出游戏,主要是轮子太多了,功能还差不多", + "version": "1.2", + "description": "用于各种各样的退出游戏", "tags": [ "退出游戏", "关闭游戏", @@ -13,8 +13,24 @@ { "name": "起个名字好难的喵", "links": "https://github.com/MisakaAldrich" + }, + { + "name": "MeisterJ", + "links": "https://github.com/MeisterJ" + }, + { + "name": "Because", + "links": "https://github.com/Because66666" + }, + { + "name": "HZYgrandma", + "links": "https://github.com/HZYgrandma" + }, + { + "name": "芝士贝果", + "links": "https://github.com/cheese-bagel" } ], "main": "main.js", "settings_ui": "settings.json" -} \ No newline at end of file +}