1
0
Fork 0
mirror of https://github.com/silenty4ng/k5web synced 2025-04-06 16:47:24 +00:00
This commit is contained in:
Silent YANG 2024-06-10 01:15:11 +08:00
parent 31c8c98a69
commit d1c0f28009

View file

@ -5,6 +5,7 @@
<a-col :span="24">
<a-card class="general-card" :title="$t('idea.diy')" :loading="loading">
<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 v-for="subItem in state.disMatrix[item]" :value="subItem[0]"
:disabled="subItem[1]">{{ state.disName[item].get(subItem[0]) }}</a-radio>