🛠️ optimization: 将配置界面的选项拆分成不同的类别

This commit is contained in:
TheWhiteDog9487
2026-09-16 16:19:27 +08:00
parent 2882def6bc
commit dc2b661d51
3 changed files with 44 additions and 32 deletions
@@ -5,16 +5,18 @@
"link.blog": "TheWhiteDog9487's Blog",
"title.config": "Who Provides This Keybind?",
"config.category.general": "General",
"option.ModEnabled": "Enable Mod Functionality",
"option.ModEnabled.description": "Changes take effect immediately after modification and save without restarting the game",
"option.ShowModID": "Show Mod ID",
"option.ShowModID.description": "Display the Mod ID of the provider in the tooltip",
"option.ShowKeybindID": "Show Keybind ID",
"option.ShowKeybindID.description": "Display the keybind's own ID in the tooltip",
"option.ShowDebugInfo": "Show Debug Info",
"option.ShowDebugInfo.description": "This information is used to troubleshoot issues related to this mod; it generally does not need to be enabled",
"option.ShowFilePath": "Show File Path",
"option.ShowFilePath.description": "Display the mod file path in the information",
"config.category.feature": "Feature",
"config.category.debug": "Debug",
"option.general.ModEnabled": "Enable Mod Functionality",
"option.general.ModEnabled.description": "Changes take effect immediately after modification and save without restarting the game",
"option.feature.ShowModID": "Show Mod ID",
"option.feature.ShowModID.description": "Display the Mod ID of the provider in the tooltip",
"option.feature.ShowKeybindID": "Show Keybind ID",
"option.feature.ShowKeybindID.description": "Display the keybind's own ID in the tooltip",
"option.feature.ShowFilePath": "Show File Path",
"option.feature.ShowFilePath.description": "Display the mod file path in the information",
"option.debug.ShowDebugInfo": "Show Debug Info",
"option.debug.ShowDebugInfo.description": "This information is used to troubleshoot issues related to this mod; it generally does not need to be enabled",
"tooltip.provided_by": "Provided by: %s",
"tooltip.provider_mod_id": "Provider Mod ID: %s",
"tooltip.key_id": "Keybind ID: %s",