mirror of
https://github.com/silenty4ng/k5web
synced 2025-04-23 04:55:53 +00:00
update
This commit is contained in:
parent
31c8c98a69
commit
d1c0f28009
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
<a-col :span="24">
|
<a-col :span="24">
|
||||||
<a-card class="general-card" :title="$t('idea.diy')" :loading="loading">
|
<a-card class="general-card" :title="$t('idea.diy')" :loading="loading">
|
||||||
<t-space direction="vertical">
|
<t-space direction="vertical">
|
||||||
|
<div>操作说明:<a href="https://github.com/losehu/uv-k5-firmware-custom?tab=readme-ov-file#%E6%93%8D%E4%BD%9C%E8%AF%B4%E6%98%8E%E5%BF%85%E8%AF%BB" target="_blank">https://github.com/losehu/uv-k5-firmware-custom</a></div>
|
||||||
<a-radio-group v-for="item in state.showSort" v-model="state.flag[item]" type="button">
|
<a-radio-group v-for="item in state.showSort" v-model="state.flag[item]" type="button">
|
||||||
<a-radio v-for="subItem in state.disMatrix[item]" :value="subItem[0]"
|
<a-radio v-for="subItem in state.disMatrix[item]" :value="subItem[0]"
|
||||||
:disabled="subItem[1]">{{ state.disName[item].get(subItem[0]) }}</a-radio>
|
:disabled="subItem[1]">{{ state.disName[item].get(subItem[0]) }}</a-radio>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue