mirror of
https://github.com/silenty4ng/k5web
synced 2025-04-19 00:29:49 +00:00
update
This commit is contained in:
parent
932d19ad18
commit
1af1b90c7e
6 changed files with 9 additions and 6 deletions
src
components
drivers
views/list/chi
|
@ -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>
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "LoseHu 118 +",
|
||||
"name": "LoseHu 118+",
|
||||
"uart": "official",
|
||||
"charset": "official"
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "LoseHu 118 + 2Mbit 扩容版",
|
||||
"name": "LoseHu 118+ 2Mbit 扩容版",
|
||||
"uart": "losehu",
|
||||
"charset": "gb2312",
|
||||
"H": true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "LoseHu 118 + 扩容版",
|
||||
"name": "LoseHu 118+ 扩容版",
|
||||
"uart": "losehu",
|
||||
"charset": "gb2312",
|
||||
"K": true
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue