为日志和游戏事件模块装卸添加单独的标签

This commit is contained in:
延皓 2022-10-30 01:18:03 +08:00
parent 08f73b9b9c
commit 8162a7031a
6 changed files with 28 additions and 4 deletions

View File

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"fzsd:game_event/install"
]
}

View File

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"fzsd:game_event/uninstall"
]
}

View File

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"fzsd:logger/install"
]
}

View File

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"fzsd:logger/uninstall"
]
}

View File

@ -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"
]
}

View File

@ -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"
]
}