mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-08 04:44:29 +00:00
update notice
This commit is contained in:
parent
030a17fddb
commit
c6e917f1b9
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,12 @@
|
||||||
<Breadcrumb :items="[$t('menu.list'), $t('bl')]" />
|
<Breadcrumb :items="[$t('menu.list'), $t('bl')]" />
|
||||||
<a-card class="general-card" :loading="loading">
|
<a-card class="general-card" :loading="loading">
|
||||||
<template #title>
|
<template #title>
|
||||||
<div style="color: red; font-weight: bold;">⚠:实验性功能 使用可能会损坏手台</div>
|
<div style="color: red; font-weight: bold;">
|
||||||
|
⚠:实验性功能 使用可能会损坏手台
|
||||||
|
<div style="height: 2rem;">⚠:使用说明:
|
||||||
|
<t-link theme="primary" href="https://github.com/losehu/uv-k5-bootloader-custom/releases" target="_blank">https://github.com/losehu/uv-k5-bootloader-custom/releases</t-link>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{{ $t('bl') }} {{ $t('global.onStart') }}
|
{{ $t('bl') }} {{ $t('global.onStart') }}
|
||||||
</template>
|
</template>
|
||||||
<a-row style="margin-bottom: 16px">
|
<a-row style="margin-bottom: 16px">
|
||||||
|
|
Loading…
Reference in a new issue