💥 使用force_prefix替代prefix (#643)

This commit is contained in:
KimigaiiWuyi 2024-10-04 05:14:59 +08:00
parent c4a2b0d85c
commit 1c4e86ebae

View File

@ -1,3 +1,3 @@
from gsuid_core.sv import Plugins
Plugins(name="GenshinUID", prefix=["gs"], allow_empty_prefix=False)
Plugins(name="GenshinUID", force_prefix=["gs"], allow_empty_prefix=False)