mirror of
https://github.com/silenty4ng/k5web
synced 2025-04-19 08:39:56 +00:00
update
This commit is contained in:
parent
7fa22cf6d2
commit
d8ef5a54cf
3 changed files with 3 additions and 1 deletions
|
@ -154,6 +154,7 @@ export default {
|
|||
'cps.contact': 'Name',
|
||||
'cps.mdcid': 'MDC ID',
|
||||
'idea.diy': 'LOSEHU DIY',
|
||||
'diy.generate': 'Generate',
|
||||
...localeSettings,
|
||||
...localeMessageBox,
|
||||
...localeLogin,
|
||||
|
|
|
@ -154,6 +154,7 @@ export default {
|
|||
'cps.contact': '联系人',
|
||||
'cps.mdcid': 'MDC ID',
|
||||
'idea.diy': '自定义萝卜固件',
|
||||
'diy.generate': '生成',
|
||||
...localeSettings,
|
||||
...localeMessageBox,
|
||||
...localeLogin,
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue