Add version badge

This commit is contained in:
Luc
2024-12-01 16:13:27 +08:00
parent 260ac2405f
commit 193447dbf9
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# ESP3D-WEBUI 3.0
# ESP3D-WEBUI 3.0 ![ESP3D-WEBUI](https://img.shields.io/badge/dynamic/json?label=ESP3D-WEBUI&query=$.version&url=https://raw.githubusercontent.com/luc-github/ESP3D-WEBUI/refs/heads/3.0/info.json)
using Preact per @aganov suggestion
Rewrite per @alxblog suggestion to use proper Preactjs API and lighter css code: use spectre.css instead of bootstrap 4.x

3
info.json Normal file
View File

@@ -0,0 +1,3 @@
{
"version": "3.0.0-a79"
}