A high-quality, free and commercially available UI resources. anyone can recommend.
Clone this project, then create a new directory under categorys/[category], add the following two files and create a pr
1、meta.json (Required) The information used to describe the resource, the format is as follows
{
"name": "Lucide",
"summary": "A good iconset",
"summary_zh": "一个好看的图标集",
"website": "https://lucide.dev/",
"github": "https://github.com/lucide-icons/lucide",
"license": {
"name": "ISC",
"url": "https://github.com/lucide-icons/lucide/blob/main/LICENSE"
},
"payload": {
"count": 10
},
"tags": ["Materia Design"]
}name: Resource name, required.summary: An english brief description of the resource, required。summary_zh: A chinese brief description of the resource, required。website: Resource website address, required.github: The GitHub open source address of the resource, optional.license: Resource license agreement, optional (nameandurlmust be filled in at least one)。name: License name.url: License address.
payload: optionalcount: Quantity, such as the number of icons and illustrations
tags: custom tags
2、thumbnail.png (*Required) Thumbnail, recommended size 300 * 300 px, please use https://tinypng.com/ to compress the thumbnail.