跳至主要内容

位组件

位组件

路径参数
owner string必需

示例:ramda

collection string必需

示例:ramda

查询参数
style string

可能的值: [flat, flat-square, plastic, for-the-badge, social]

如果未指定,此徽章的默认样式为“flat”。

示例:flat

logo string

来自 simple-icons 的图标代码段。您可以点击 simple-icons 上的图标标题来复制代码段,或者可以在 simple-icons 存储库的 slugs.md 文件 中找到它们。 更多信息.

示例:appveyor

logoColor string

徽标的颜色(支持十六进制、rgb、rgba、hsl、hsla 和 css 命名颜色)。支持 simple-icons 徽标,但不支持自定义徽标。

示例:violet

logoSize string

通过设置 auto 使图标自适应调整大小。对于某些较宽的徽标(如 amdamg)很有用。支持 simple-icons 徽标,但不支持自定义徽标。

示例:auto

label string

覆盖默认的左侧文本(URL 编码 需要用于空格或特殊字符!)

示例:healthiness

labelColor string

左侧部分的背景颜色(支持十六进制、rgb、rgba、hsl、hsla 和 css 命名颜色)。

示例:abcdef

color string

右侧部分的背景颜色(支持十六进制、rgb、rgba、hsl、hsla 和 css 命名颜色)。

示例:fedcba

cacheSeconds string

HTTP 缓存生命周期(规则用于推断每个徽章的默认值,低于默认值的任何值都将被忽略)。

示例:3600

link string[]

指定单击徽章的左侧/右侧应该执行的操作。请注意,这仅在将徽章集成到 <object> HTML 标记中时才有效,而不在 <img> 标记或标记语言中。