From 8162a7031ae291006e47b9e525fd911f8e6544d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=B6=E7=9A=93?= <1214946206@qq.com> Date: Sun, 30 Oct 2022 01:18:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E6=97=A5=E5=BF=97=E5=92=8C=E6=B8=B8?= =?UTF-8?q?=E6=88=8F=E4=BA=8B=E4=BB=B6=E6=A8=A1=E5=9D=97=E8=A3=85=E5=8D=B8?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8D=95=E7=8B=AC=E7=9A=84=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/fzsd/tags/functions/game_event/install.json | 6 ++++++ data/fzsd/tags/functions/game_event/uninstall.json | 6 ++++++ data/fzsd/tags/functions/logger/install.json | 6 ++++++ data/fzsd/tags/functions/logger/uninstall.json | 6 ++++++ data/fzsd/tags/functions/system/install/system.json | 4 ++-- data/fzsd/tags/functions/system/uninstall/system.json | 4 ++-- 6 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 data/fzsd/tags/functions/game_event/install.json create mode 100644 data/fzsd/tags/functions/game_event/uninstall.json create mode 100644 data/fzsd/tags/functions/logger/install.json create mode 100644 data/fzsd/tags/functions/logger/uninstall.json diff --git a/data/fzsd/tags/functions/game_event/install.json b/data/fzsd/tags/functions/game_event/install.json new file mode 100644 index 0000000..27ec775 --- /dev/null +++ b/data/fzsd/tags/functions/game_event/install.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "fzsd:game_event/install" + ] +} \ No newline at end of file diff --git a/data/fzsd/tags/functions/game_event/uninstall.json b/data/fzsd/tags/functions/game_event/uninstall.json new file mode 100644 index 0000000..f2713ef --- /dev/null +++ b/data/fzsd/tags/functions/game_event/uninstall.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "fzsd:game_event/uninstall" + ] +} \ No newline at end of file diff --git a/data/fzsd/tags/functions/logger/install.json b/data/fzsd/tags/functions/logger/install.json new file mode 100644 index 0000000..9d12fc6 --- /dev/null +++ b/data/fzsd/tags/functions/logger/install.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "fzsd:logger/install" + ] +} \ No newline at end of file diff --git a/data/fzsd/tags/functions/logger/uninstall.json b/data/fzsd/tags/functions/logger/uninstall.json new file mode 100644 index 0000000..62564b7 --- /dev/null +++ b/data/fzsd/tags/functions/logger/uninstall.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "fzsd:logger/uninstall" + ] +} \ No newline at end of file diff --git a/data/fzsd/tags/functions/system/install/system.json b/data/fzsd/tags/functions/system/install/system.json index 743b29e..4811786 100644 --- a/data/fzsd/tags/functions/system/install/system.json +++ b/data/fzsd/tags/functions/system/install/system.json @@ -2,7 +2,7 @@ "replace": false, "values": [ "fzsd:system/install/install", - "fzsd:logger/install", - "fzsd:game_event/install" + "#fzsd:logger/install", + "#fzsd:game_event/install" ] } \ No newline at end of file diff --git a/data/fzsd/tags/functions/system/uninstall/system.json b/data/fzsd/tags/functions/system/uninstall/system.json index ab32ba0..5184c13 100644 --- a/data/fzsd/tags/functions/system/uninstall/system.json +++ b/data/fzsd/tags/functions/system/uninstall/system.json @@ -1,8 +1,8 @@ { "replace": false, "values": [ - "fzsd:game_event/uninstall", - "fzsd:logger/uninstall", + "#fzsd:game_event/uninstall", + "#fzsd:logger/uninstall", "fzsd:system/uninstall/uninstall" ] } \ No newline at end of file