feat: webapp/card delivery server example

This commit is contained in:
2026-08-17 18:23:04 +08:00
parent 17b5f14099
commit 00f8bc674a
8 changed files with 189 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"cards": [
{
"id": "weather",
"name": "天气",
"priority": 2,
"entry": "cards/weather/card.html"
}
]
}