跳到主要内容

来自 PEP 621 TOML 的 Python 版本

根据 PEP 621 兼容的 pyproject.toml 中 requires-python 字段的值显示包所需的 python 版本

需要 toml 的 URL,请注意,当链接到 github 或类似网站中的文件时,请提供指向原始文件的 URL,例如

使用 https://raw.githubusercontent.com/numpy/numpy/main/pyproject.toml

而不是 https://github.com/numpy/numpy/blob/main/pyproject.toml

查询参数
tomlFilePath string 必需

示例:https://raw.githubusercontent.com/numpy/numpy/main/pyproject.toml

style string

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

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

示例:flat

logo string

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

示例: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> 标签或标记语言中无效。