1
0
Fork 0
mirror of https://github.com/silenty4ng/k5web synced 2025-04-19 08:39:56 +00:00
This commit is contained in:
Silent YANG 2024-06-09 20:45:50 +08:00
parent 7fa22cf6d2
commit d8ef5a54cf
3 changed files with 3 additions and 1 deletions
src
locale
views/idea/losehu

View file

@ -154,6 +154,7 @@ export default {
'cps.contact': 'Name',
'cps.mdcid': 'MDC ID',
'idea.diy': 'LOSEHU DIY',
'diy.generate': 'Generate',
...localeSettings,
...localeMessageBox,
...localeLogin,

View file

@ -154,6 +154,7 @@ export default {
'cps.contact': '联系人',
'cps.mdcid': 'MDC ID',
'idea.diy': '自定义萝卜固件',
'diy.generate': '生成',
...localeSettings,
...localeMessageBox,
...localeLogin,

View file

@ -9,7 +9,7 @@
<a-radio v-for="subItem in state.disMatrix[item]" :value="subItem[0]"
:disabled="subItem[1]">{{ state.disName[item].get(subItem[0]) }}</a-radio>
</a-radio-group>
<a-button type="primary" @click="useFirmware">生成</a-button>
<a-button type="primary" @click="useFirmware">{{ $t('diy.generate') }}</a-button>
</t-space>
</a-card>
</a-col>