mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-03 22:26:43 +00:00

* feat: add ui worker command loading code (not working yet) * feat: add unocss * feat: add-dev-extension page * feat: implemented list view template * feat: implement list view detail view width, add demo extension for dev * fix: resize listview, add metadata component * fix: metadata tag component background color * feat: implement boolean (checkbox), date fields for form template * feat: support default, optional, placeholder for form fields * feat: implemented form view Select Field * feat: markdown view * feat: fixed a markdown schema type error * fix: markdown styling * feat: implement action panel for UI worker template list view * format: format all * chore: bump desktop version * fix: fix search term bind in list view
24 lines
538 B
JSON
24 lines
538 B
JSON
{
|
|
"version": "4",
|
|
"specifiers": {
|
|
"jsr:@hk/comlink-stdio@~0.1.5": "0.1.5",
|
|
"jsr:@kunkun/api@^0.0.14": "0.0.14"
|
|
},
|
|
"jsr": {
|
|
"@hk/comlink-stdio@0.1.5": {
|
|
"integrity": "1fd67d5d53ab4571e745584d66b480b5be402f6ca6b2c9e591230fa1d23f85ee"
|
|
},
|
|
"@kunkun/api@0.0.14": {
|
|
"integrity": "a21a255748164992ca93fc292451677261dffca336922a6bed7eb8703c6e880b",
|
|
"dependencies": [
|
|
"jsr:@hk/comlink-stdio"
|
|
]
|
|
}
|
|
},
|
|
"workspace": {
|
|
"dependencies": [
|
|
"jsr:@kunkun/api@^0.0.14"
|
|
]
|
|
}
|
|
}
|