gpui-component/crates/story/examples/fixtures/test.json
2025-10-06 18:08:12 +08:00

15 lines
450 B
JSON

[
{
"name": "GPUI Component",
"description": "UI components for building fantastic desktop application by using GPUI.",
"license": "Apache-2.0",
"keywords": ["UI", "desktop", "application"],
"stars": 3000,
"rgb": "rgb(100, 200, 100)",
"hsla": "hsla(20, 100%, 50%, .5)",
"hsl": "hsl(225, 100%, 70%)",
"中文": "#EEAAFF",
"public": true,
"repository": "https://github.com/longbridge/gpui-component"
}
]