mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 00:43:04 +00:00
fix: key text showing focus outline
fix: layout selectable
This commit is contained in:
6
src/routes/api/firmware/+page.json
Normal file
6
src/routes/api/firmware/+page.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"CHARACHORDER ONE M0": {
|
||||
"latest": "1.1.3",
|
||||
"next": null
|
||||
}
|
||||
}
|
||||
7
src/routes/update-guide/+page.svelte
Normal file
7
src/routes/update-guide/+page.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script lang="ts">
|
||||
import {LL} from "../../i18n/i18n-svelte"
|
||||
</script>
|
||||
|
||||
<h1>{$LL.update.TITLE()}</h1>
|
||||
|
||||
<a href="https://github.com/CharaChorder/CCOS-firmware/blob/main/CHANGELOG.md" target="_blank">Changelog</a>
|
||||
Reference in New Issue
Block a user