Skip to content

Commit 110e374

Browse files
committed
HID 增加 选择 选项
1 parent 695cb6a commit 110e374

File tree

2 files changed

+3
-2
lines changed
  • MaiChartManager/Front/src/components/ModManager/sectionPanelOverride/GameSystem.AdxHidInput

2 files changed

+3
-2
lines changed

AquaMai

MaiChartManager/Front/src/components/ModManager/sectionPanelOverride/GameSystem.AdxHidInput/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ export default defineComponent({
1313
setup(props, { emit }) {
1414
const load = ref(false)
1515
const { t } = useI18n();
16-
16+
1717
const options = [
1818
{ label: t('mod.adxHid.disabled'), value: 'None' },
19+
{ label: t('mod.adxHid.select'), value: 'Select' },
1920
{ label: t('mod.adxHid.select1P'), value: 'Select1P' },
2021
{ label: t('mod.adxHid.select2P'), value: 'Select2P' },
2122
{ label: t('mod.adxHid.service'), value: 'Service' },

0 commit comments

Comments
 (0)