From ac72daa9e355dc5ec32ac2fd0b614a45eb5c81f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B7=E4=B8=AA=E5=90=8D=E5=AD=97=E5=A5=BD=E9=9A=BE?= <25520958+MisakaAldrich@users.noreply.github.com> Date: Sat, 5 Jul 2025 00:52:01 +0800 Subject: [PATCH] fix: manifest.json --- repo/js/Shutdown/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/repo/js/Shutdown/manifest.json b/repo/js/Shutdown/manifest.json index d0be8d0e..4dc54b96 100644 --- a/repo/js/Shutdown/manifest.json +++ b/repo/js/Shutdown/manifest.json @@ -5,8 +5,9 @@ "description": "用于关闭计算机", "authors": [ { - "name": "HZYgrandma" + "name": "HZYgrandma", + "links": "https://github.com/HZYgrandma" } ], - "main": "main.js", + "main": "main.js" } \ No newline at end of file