1
0
Fork 0
mirror of https://github.com/silenty4ng/k5web synced 2025-04-19 00:29:49 +00:00
This commit is contained in:
Silent YANG 2024-02-01 16:11:29 +08:00
parent 932d19ad18
commit 1af1b90c7e
6 changed files with 9 additions and 6 deletions

View file

@ -1,6 +1,6 @@
<template>
<a-layout-footer class="footer">
<a href="https://github.com/silenty4ng/k5web" target="_blank">K5Web</a>
<a href="https://github.com/silenty4ng/k5web" target="_blank">K5Web - V0.1.202402011610</a>
</a-layout-footer>
</template>

View file

@ -133,6 +133,9 @@
const configuration_list : any = {
"LOSEHU.*P.*K" : "ltsk.json",
"LOSEHU.*P.*" : "lts.json",
"LOSEHU12[0-9].*H" : "losehu118h.json",
"LOSEHU12[0-9].*K" : "losehu118k.json",
"LOSEHU12[0-9].*" : "losehu118.json",
"LOSEHU11[8-9].*H" : "losehu118h.json",
"LOSEHU11[8-9].*K" : "losehu118k.json",
"LOSEHU11[8-9].*" : "losehu118.json",

View file

@ -1,5 +1,5 @@
{
"name": "LoseHu 118 +",
"name": "LoseHu 118+",
"uart": "official",
"charset": "official"
}

View file

@ -1,5 +1,5 @@
{
"name": "LoseHu 118 + 2Mbit 扩容版",
"name": "LoseHu 118+ 2Mbit 扩容版",
"uart": "losehu",
"charset": "gb2312",
"H": true

View file

@ -1,5 +1,5 @@
{
"name": "LoseHu 118 + 扩容版",
"name": "LoseHu 118+ 扩容版",
"uart": "losehu",
"charset": "gb2312",
"K": true

View file

@ -6,8 +6,8 @@
<a-card class="general-card" title="字库写入">
<a-space>
<a-button @click="restore(1)">写入 117 字库K</a-button>
<a-button @click="restore(2)">写入 118 字库K</a-button>
<a-button @click="restore(3)">写入 118 字库H</a-button>
<a-button @click="restore(2)">写入 118+ 字库K</a-button>
<a-button @click="restore(3)">写入 118+ 字库H</a-button>
</a-space>
<a-divider />
<div id="statusArea" style="height: 20em; background-color: azure; color: silver; overflow: auto; padding: 20px" v-html="state.status"></div>